UI for loading midmenu changed

This commit is contained in:
NIKITA 2010-11-03 16:43:00 -07:00
parent f182efc279
commit 0a9b0c31c7

View File

@ -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;
}