From c57bc75e7c5ae6597106ea3c652a7c4ea63289b6 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Mon, 20 Dec 2010 18:48:38 -0800 Subject: [PATCH] Grid Action dropdown made smaller --- ui/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/css/main.css b/ui/css/main.css index 4c0005b886c..5d71850b487 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -3477,7 +3477,7 @@ a:hover.search_button { } .grid_actionsdropdown_box { - width:195px; + width:185px; height:auto; float:left; position:absolute; @@ -3491,7 +3491,7 @@ a:hover.search_button { } .actionsdropdown_boxlist { - width:183px; + width:173px; height:auto; float:left; margin:0 0 5px 6px; @@ -3500,7 +3500,7 @@ a:hover.search_button { } .actionsdropdown_boxlist li{ - width:181px; + width:171px; height:auto; float:left; text-align:left;