You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/10/29 04:53:28 UTC

[38/50] [abbrv] git commit: updated refs/heads/object_store_migration to 5ec2a44

Fix z-index of header bar causing overlap w/ dialogs


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

Branch: refs/heads/object_store_migration
Commit: 6748d19dbcea2df53036eaf43397083ab2a6460b
Parents: 10d4714
Author: Brian Federle <br...@citrix.com>
Authored: Mon Oct 28 11:36:46 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Oct 28 11:47:18 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6748d19d/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 3e48062..9018511 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -2202,7 +2202,7 @@ div.detail-group.actions td {
   width: 100%;
   height: 117px;
   background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center;
-  z-index: 10000;
+  z-index: 100;
   background-size: auto, cover;
   position: relative;
 }