fixed mining icon position

This commit is contained in:
cubedro 2015-04-23 22:16:21 +03:00
parent 7fa888dc13
commit 98875d420d
2 changed files with 7 additions and 7 deletions

View File

@ -212,16 +212,16 @@ table th {
} }
table th i { table th i {
line-height: 1em;
font-size: 20px; font-size: 20px;
} }
table td i { table td i {
position: relative; position: relative;
line-height: 16px; line-height: 20px;
top: 2px;
} }
table td i:before { table td i:before {
position: absolute; margin-left: 5px;
top: 10px;
left: 5px;
} }
.table>tbody>tr>td, .table>tbody>tr>td,