From 4ea86d7d2ddeb48c73986cb9aff8a81eaa1712fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Homm=C3=A9?= Date: Tue, 8 Mar 2011 20:16:53 -0500 Subject: [PATCH] Updated padding on navigation icons to fit on one row when Exit icon showing. Changed "marked" style to be the same gray as hover instead of orange color. --- themes/pmahomme/css/theme_left.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index ac0474efaa..5125163341 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -136,7 +136,7 @@ div#leftframelinks .icon { div#reloadlink a img, div#leftframelinks a img.icon { - margin: 10px 10px 0 0; + margin: 10px 2px 0 0; padding: 0.2em; border: 0px; } @@ -201,7 +201,7 @@ background:url(./themes/pmahomme/img/input_bg.gif); /* marked items */ div#left_tableList > ul li.marked > a, div#left_tableList > ul li.marked { - background: #e4e4e4;; + background: #e4e4e4; color: ; }