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

@ -2,14 +2,14 @@
font-family: 'minimal-icons'; font-family: 'minimal-icons';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
/* fix buttons height */ /* fix buttons height */
line-height: 1em; line-height: 1em;
/* you can be more comfortable with increased icons size */ /* you can be more comfortable with increased icons size */
/* font-size: 120%; */ /* font-size: 120%; */
} }
.icon-truck { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-truck { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-mining { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mining { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }

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,