Updated Branches:
  refs/heads/ui-restyle 860d10fa9 -> b832517b4

Fix indentation; add missing BG color


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

Branch: refs/heads/ui-restyle
Commit: b832517b4de72f4f23f34b2e4add253268d10079
Parents: 860d10f
Author: Brian Federle <[email protected]>
Authored: Tue Sep 24 15:23:50 2013 -0700
Committer: Brian Federle <[email protected]>
Committed: Tue Sep 24 15:23:50 2013 -0700

----------------------------------------------------------------------
 ui/stylesheets/csui/_header.scss | 48 ++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b832517b/ui/stylesheets/csui/_header.scss
----------------------------------------------------------------------
diff --git a/ui/stylesheets/csui/_header.scss b/ui/stylesheets/csui/_header.scss
index d16874a..3a05279 100644
--- a/ui/stylesheets/csui/_header.scss
+++ b/ui/stylesheets/csui/_header.scss
@@ -1,29 +1,31 @@
 @mixin csui-header {
-  @include background(
-    url(csui/img/overlay-pattern.png) repeat,
-    url(csui/img/header/gradient.png) no-repeat
-  );
+    background-color: #0d68a0;
 
-  background-size: auto, cover;
-  border-bottom: 2px solid #0c89d0;
+    @include background(
+            url(csui/img/overlay-pattern.png) repeat,
+            url(csui/img/header/gradient.png) no-repeat
+    );
 
-  .logo {
-    background: url(csui/img/header/logo.png) no-repeat left;
-    width: 1280px;
-    height: 80px;
-    margin: auto;
-    background-size: 300px;
-  }
+    background-size: auto, cover;
+    border-bottom: 2px solid #0c89d0;
 
-  .controls {
-    @include linear-gradient(#525252, #262626);
-    @include row;
+    .logo {
+        background: url(csui/img/header/logo.png) no-repeat left;
+        width: 1280px;
+        height: 80px;
+        margin: auto;
+        background-size: 300px;
+    }
 
-    width: 1280px;
-    padding: 15px;
-    margin: auto;
-    color: white;
-    border: 1px solid gray;
-    border-radius: 4px 4px 0 0;
-  }
+    .controls {
+        @include linear-gradient(#525252, #262626);
+        @include row;
+
+        width: 1280px;
+        padding: 15px;
+        margin: auto;
+        color: white;
+        border: 1px solid gray;
+        border-radius: 4px 4px 0 0;
+    }
 }
\ No newline at end of file

Reply via email to