fixed mining icon position
This commit is contained in:
parent
7fa888dc13
commit
98875d420d
@ -2,14 +2,14 @@
|
||||
font-family: 'minimal-icons';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
||||
|
||||
/* fix buttons height */
|
||||
line-height: 1em;
|
||||
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
/* font-size: 120%; */
|
||||
}
|
||||
|
||||
|
||||
.icon-truck { *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 = ' '); }
|
||||
|
@ -212,16 +212,16 @@ table th {
|
||||
}
|
||||
|
||||
table th i {
|
||||
line-height: 1em;
|
||||
font-size: 20px;
|
||||
}
|
||||
table td i {
|
||||
position: relative;
|
||||
line-height: 16px;
|
||||
line-height: 20px;
|
||||
top: 2px;
|
||||
}
|
||||
table td i:before {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.table>tbody>tr>td,
|
||||
|
Loading…
Reference in New Issue
Block a user