From 0a9b0c31c762ebb8afe4e10db1ace2932bea5ee8 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Wed, 3 Nov 2010 16:43:00 -0700 Subject: [PATCH] UI for loading midmenu changed --- ui/css/main.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ui/css/main.css b/ui/css/main.css index 7663ed67cb8..d065843f843 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -2050,16 +2050,17 @@ a:hover.search_button { } .midmenu_mainloaderbox { - width:134px; - height:22px; - background:url(../images/right_loadingbg.png) no-repeat top left; + width:220px; + height:auto; + background:#fffbe6 url(../images/infomsg_bg.gif) repeat-x top left; margin:0; padding:0; position:absolute; - top:100px; - left:40px; + top:0px; + left:0px; margin:0; - padding:0; + padding:0 0 9px 0; + border-bottom:1px dashed #999; } .midmenu_mainloaderbox p{ @@ -2069,7 +2070,7 @@ a:hover.search_button { color:#333; font-size:12px; font-weight:bold; - margin:4px 10px 0 10px; + margin:9px 10px 0 10px; display:inline; padding:0; } @@ -2078,7 +2079,7 @@ a:hover.search_button { height:16px; float:left; background:url(../images/leftmenu_loader.gif) no-repeat top left; - margin:3px 0 0 15px; + margin:9px 0 0 15px; display:inline; padding:0; }