Archived
1
0

Merge pull request #59 from ZiRo-/master

make postform more compact
This commit is contained in:
Jeff 2016-05-17 17:57:19 -04:00
commit 8dc1218934
2 changed files with 11 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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>