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;
|
||||
}
|
||||
|
||||
.postform td{
|
||||
padding: 0px 15px 0px 4px;
|
||||
}
|
||||
|
||||
.button {
|
||||
max-width: 10em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
tr {
|
||||
background-color: transparent!important;
|
||||
}
|
||||
@ -506,4 +515,4 @@ textarea#reply-text {
|
||||
|
||||
.attachments {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
@ -82,7 +82,7 @@
|
||||
{{#i18n.Translations}}{{cuckoo_pow}}{{/i18n.Translations}}
|
||||
</th>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user