make postform more compact
This commit is contained in:
parent
c2bd325be6
commit
11204cba16
@ -121,6 +121,15 @@ table tbody tr:nth-of-type( even ) {
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postform td{
|
||||||
|
padding: 0px 15px 0px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
max-width: 10em;
|
||||||
|
height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
background-color: transparent!important;
|
background-color: transparent!important;
|
||||||
}
|
}
|
||||||
@ -506,4 +515,4 @@ textarea#reply-text {
|
|||||||
|
|
||||||
.attachments {
|
.attachments {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
{{#i18n.Translations}}{{cuckoo_pow}}{{/i18n.Translations}}
|
{{#i18n.Translations}}{{cuckoo_pow}}{{/i18n.Translations}}
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="pow" autocomplete="off" id="miner_result" /><input id="start_miner" type="button" value="{{#i18n.Translations}}{{start_mining}}{{/i18n.Translations}}"/>
|
<input type="text" name="pow" autocomplete="off" id="miner_result" /><input id="start_miner" class="button" type="button" value="{{#i18n.Translations}}{{start_mining}}{{/i18n.Translations}}"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Reference in New Issue
Block a user