Updated Branches: refs/heads/ui-restyle 6b3731cd4 -> 860d10fa9
Better header, logo styling Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/860d10fa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/860d10fa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/860d10fa Branch: refs/heads/ui-restyle Commit: 860d10fa93698431136668f8d065fa5f3f41c4d2 Parents: 6b3731c Author: Brian Federle <[email protected]> Authored: Tue Sep 24 15:22:11 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Sep 24 15:22:11 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_header.scss | 2 -- ui/stylesheets/csui/img/header/gradient.png | Bin 72040 -> 62651 bytes ui/stylesheets/csui/img/header/logo.png | Bin 5828 -> 20463 bytes ui/stylesheets/csui/img/overlay-pattern.png | Bin 14530 -> 14969 bytes 4 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/860d10fa/ui/stylesheets/csui/_header.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_header.scss b/ui/stylesheets/csui/_header.scss index cf0ba5d..d16874a 100644 --- a/ui/stylesheets/csui/_header.scss +++ b/ui/stylesheets/csui/_header.scss @@ -1,6 +1,4 @@ @mixin csui-header { - background-color: #0a5f91; - @include background( url(csui/img/overlay-pattern.png) repeat, url(csui/img/header/gradient.png) no-repeat http://git-wip-us.apache.org/repos/asf/cloudstack/blob/860d10fa/ui/stylesheets/csui/img/header/gradient.png ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/img/header/gradient.png b/ui/stylesheets/csui/img/header/gradient.png index 8ff49a2..4f5e88f 100644 Binary files a/ui/stylesheets/csui/img/header/gradient.png and b/ui/stylesheets/csui/img/header/gradient.png differ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/860d10fa/ui/stylesheets/csui/img/header/logo.png ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/img/header/logo.png b/ui/stylesheets/csui/img/header/logo.png index c9c5a37..e3caee1 100644 Binary files a/ui/stylesheets/csui/img/header/logo.png and b/ui/stylesheets/csui/img/header/logo.png differ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/860d10fa/ui/stylesheets/csui/img/overlay-pattern.png ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/img/overlay-pattern.png b/ui/stylesheets/csui/img/overlay-pattern.png index d03aba8..72342b4 100644 Binary files a/ui/stylesheets/csui/img/overlay-pattern.png and b/ui/stylesheets/csui/img/overlay-pattern.png differ
