You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/08 02:03:14 UTC

git commit: updated refs/heads/ui-restyle to 63335cf

Updated Branches:
  refs/heads/ui-restyle ce88d34c4 -> 63335cfd5


Add loading overlay to detail view


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/63335cfd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/63335cfd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/63335cfd

Branch: refs/heads/ui-restyle
Commit: 63335cfd508fd9d31710dd3a606557857147f66a
Parents: ce88d34
Author: Brian Federle <br...@citrix.com>
Authored: Mon Oct 7 17:03:06 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Oct 7 17:03:06 2013 -0700

----------------------------------------------------------------------
 ui/stylesheets/csui/_csui.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/63335cfd/ui/stylesheets/csui/_csui.scss
----------------------------------------------------------------------
diff --git a/ui/stylesheets/csui/_csui.scss b/ui/stylesheets/csui/_csui.scss
index 0f49053..3121e6c 100644
--- a/ui/stylesheets/csui/_csui.scss
+++ b/ui/stylesheets/csui/_csui.scss
@@ -48,6 +48,15 @@ html, body {
     }
 }
 
+.loading-overlay {
+    width: 100%;
+    height: 100%;
+    position: absolute;
+    background: white url(../images/ajax-loader.gif) no-repeat center;
+    z-index: 10000;
+    opacity: 0.5;
+}
+
 // Sub-components
 @import "login";
 @import "button";