Updated Branches: refs/heads/ui-restyle f3e24c758 -> f6de5ca46
Fix header bar layout Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f6de5ca4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f6de5ca4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f6de5ca4 Branch: refs/heads/ui-restyle Commit: f6de5ca467c2a790aec7bad1ca35e700240c36d3 Parents: f3e24c7 Author: Brian Federle <[email protected]> Authored: Tue Oct 1 14:23:28 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Oct 1 14:23:28 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/cloudstack.scss | 10 +++++----- ui/stylesheets/csui/_header.scss | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f6de5ca4/ui/stylesheets/cloudstack.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index 736a206..7284388 100644 --- a/ui/stylesheets/cloudstack.scss +++ b/ui/stylesheets/cloudstack.scss @@ -41,7 +41,7 @@ body { .controls { position: relative; - * { + > * { float: left; } @@ -84,12 +84,11 @@ body { @include span-columns(3); @include row; - padding: 5px; - top: 10px; - label { @include csui-label; @include span-columns(3); + + margin-top: 20px; } select { @@ -105,6 +104,7 @@ body { height: 100%; cursor: pointer; padding: 5px; + margin-top: 10px; &:hover { .title { @@ -125,7 +125,7 @@ body { @include csui-label; text-align: left; - ; + margin-top: 6px; } } http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f6de5ca4/ui/stylesheets/csui/_header.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_header.scss b/ui/stylesheets/csui/_header.scss index 9451824..05553b2 100644 --- a/ui/stylesheets/csui/_header.scss +++ b/ui/stylesheets/csui/_header.scss @@ -38,7 +38,7 @@ @include row; width: 1280px; - padding: 15px; + padding: 10px 10px 10px 25px; margin: auto; color: white; border: 1px solid gray;
