diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 8998cae70fe..ecb08741008 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -2141,6 +2141,41 @@ a:visited { background:url(../images/grid_actions_hover.png) no-repeat top left; } +.gridheader_loaderbox { + width:auto; + height:20px; + float:right; + position:absolute; + background:#99b2c3 url(../images/gridheader_loadingbg.gif) repeat-x top left; + border-left:1px solid #999; + margin:0px 0 0 0; + padding:0; + z-index:1001; + right:0; +} + +.gridheader_loaderbox p{ + width:auto; + height:auto; + float:left; + color:#FFF; + font-size:11px; + font-weight:bold; + margin:2px 5px 0 5px; + display:inline; + padding:0; +} + +.gridheader_loader { + width:16px; + height:16px; + float:left; + background:url(../images/grid_actionloader.gif) no-repeat top left; + margin:0 0 0 5px; + display:inline; + padding:0; +} + .grid_editbox { width:27px; height:17px; diff --git a/ui/new/images/grid_actionloader.gif b/ui/new/images/grid_actionloader.gif new file mode 100644 index 00000000000..6b096585f80 Binary files /dev/null and b/ui/new/images/grid_actionloader.gif differ diff --git a/ui/new/images/gridheader_loadingbg.gif b/ui/new/images/gridheader_loadingbg.gif new file mode 100644 index 00000000000..6cb13eabcf2 Binary files /dev/null and b/ui/new/images/gridheader_loadingbg.gif differ diff --git a/ui/new/jsp/instance.jsp b/ui/new/jsp/instance.jsp index fad0ab5f9c2..b81431769bc 100644 --- a/ui/new/jsp/instance.jsp +++ b/ui/new/jsp/instance.jsp @@ -145,17 +145,21 @@ + + @@ -773,7 +778,9 @@ - + + +