From bd2f1ea35ffaa3ae7380b77865f3dc847b15d9b6 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 11 Jan 2010 20:02:40 +0000 Subject: [PATCH] Smaller margin to the left of the main menu, to spare some room and prevent folding some titles SVN:trunk[233] --- css/light-grey.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/light-grey.css b/css/light-grey.css index ea901d9fe..a3d4ef1ca 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -222,10 +222,11 @@ input.textSearch { ul.dir { list-style:none; + padding-left:16px; } ul.dir ul { - padding: 8px 0px 8px 16px; + padding: 8px 0px 8px 8px; margin:0; list-style:none; border: 0; @@ -347,7 +348,7 @@ div.iTopLogo span { background-color: #fff; } #OrganizationSelection { - padding:5px 0px 16px 40px; + padding:5px 0px 16px 20px; } /* jdMenu popup menus */