Updated Branches: refs/heads/ui-restyle 2bc536b81 -> a0d46a7ce
Header: add border bottom, fix overlapping shadow Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a0d46a7c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a0d46a7c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a0d46a7c Branch: refs/heads/ui-restyle Commit: a0d46a7ce6e4db41d3f2ecb75e115885ea3a6db5 Parents: 2bc536b Author: Brian Federle <[email protected]> Authored: Tue Sep 24 14:06:18 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Sep 24 14:06:18 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/cloudstack.scss | 4 ++++ ui/stylesheets/csui/_header.scss | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a0d46a7c/ui/stylesheets/cloudstack.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index 72f8472..b5656f1 100644 --- a/ui/stylesheets/cloudstack.scss +++ b/ui/stylesheets/cloudstack.scss @@ -15,6 +15,9 @@ body { #header { @include csui-header; + position: relative; + z-index: 2; + .controls { position: relative; @@ -137,6 +140,7 @@ body { height: 100%; float: left; box-shadow: -5px 0px 10px #b6b6b6; + z-index: 1; .container { width: 100%; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a0d46a7c/ui/stylesheets/csui/_header.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_header.scss b/ui/stylesheets/csui/_header.scss index de2be7e..cf0ba5d 100644 --- a/ui/stylesheets/csui/_header.scss +++ b/ui/stylesheets/csui/_header.scss @@ -7,6 +7,7 @@ ); background-size: auto, cover; + border-bottom: 2px solid #0c89d0; .logo { background: url(csui/img/header/logo.png) no-repeat left;
