mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
UI for loading midmenu changed
This commit is contained in:
parent
f182efc279
commit
0a9b0c31c7
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user