From 98875d420d72802e2d53e30763de0a0c5e66a835 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 23 Apr 2015 22:16:21 +0300 Subject: [PATCH] fixed mining icon position --- public/css/minimal-icons-ie7.css | 6 +++--- public/css/style.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/css/minimal-icons-ie7.css b/public/css/minimal-icons-ie7.css index 676f6b8..86cb7b0 100644 --- a/public/css/minimal-icons-ie7.css +++ b/public/css/minimal-icons-ie7.css @@ -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 = ' '); } diff --git a/public/css/style.css b/public/css/style.css index 8172a10..feee01b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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,