From 40d9cfdcf56afea61d6ad8773782067957e15433 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 20 Oct 2008 06:44:38 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4642 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/css/admin_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/tpl/css/admin_layout.css b/modules/admin/tpl/css/admin_layout.css index c6dd9f57b..04ccbe916 100644 --- a/modules/admin/tpl/css/admin_layout.css +++ b/modules/admin/tpl/css/admin_layout.css @@ -12,7 +12,7 @@ body { background-color:#FFFFFF; } .xeAdmin div.mainNavigator { position:absolute; right:20px; top:35px; padding:0 0 0 6px; background:url(../images/n_menu_left.gif) no-repeat left top;} .xeAdmin div.mainNavigator img { float:left; display:block; } .xeAdmin div.mainNavigator ul { float:left; position:relative; list-style:none; margin:0; padding:0 6px 0 0; background:url(../images/n_menu_right.gif) no-repeat right top; } -.xeAdmin div.mainNavigator ul li { position:relative; float:left; background:#547C93 url("../images/n_menu_bar.gif") no-repeat left 8px; padding:6px 12px 5px 12px; font-weight:bold; color:#eee; cursor:pointer; border-top:1px solid #477189;} +.xeAdmin div.mainNavigator ul li { position:relative; float:left; background:#547C93 url("../images/n_menu_bar.gif") no-repeat left 8px; padding:7px 12px 4px 12px; font-weight:bold; color:#eee; cursor:pointer; border-top:1px solid #477189;} .xeAdmin div.mainNavigator ul li:hover { color:#FFFFFF; } .xeAdmin div.mainNavigator ul li.first { background-image:none; }