From 2cac91c5fa37c547a0ea80be611300cd113ea8a2 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 13 Apr 2013 18:11:59 +0200 Subject: [PATCH] fix icon hovering --- src/main/webapp/css/app.css | 12 +++++++++--- src/main/webapp/directives/category.html | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index fb537094..b44fb12b 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -8,6 +8,12 @@ top: -4px; } +.icon { + width: 14px; + height: 14px; + display: block; +} + .main .dropdown-menu a { cursor: pointer; } @@ -43,7 +49,7 @@ .css-treeview { margin-top: 15px; font-family: inherit; - font-size: 11px; + font-size: 12px; white-space: nowrap; } @@ -57,7 +63,7 @@ } .css-treeview li { - line-height: 18px; + line-height: 20px; } .css-treeview .icon-fldr { @@ -87,7 +93,7 @@ .css-treeview label,.css-treeview a,.css-treeview label::before { font-family: inherit; - font-size: 11px; + font-size: 12px; white-space: nowrap; } diff --git a/src/main/webapp/directives/category.html b/src/main/webapp/directives/category.html index d42c044f..fbbed316 100644 --- a/src/main/webapp/directives/category.html +++ b/src/main/webapp/directives/category.html @@ -2,7 +2,7 @@