From 278710246a2a25b15b31fb86425130b11a5d3fe5 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 17 Apr 2015 04:56:46 +0300 Subject: [PATCH] fixed table row height --- public/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 0dc4703..f0475f5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -262,9 +262,14 @@ table th { table th i { font-size: 20px; } +table td i { + position: relative; + line-height: 16px; +} table td i:before { - line-height: inherit !important; - margin-top: 1px; + position: absolute; + top: 10px; + left: 5px; } #mapHolder {