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 <[email protected]> Authored: Mon Oct 28 11:36:46 2013 -0700 Committer: Brian Federle <[email protected]> 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; }
