Updated Branches: refs/heads/ui-restyle 0d83e4d0b -> ee28bfdb4
Detail view: Fix action row alignment in IE9 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ee28bfdb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ee28bfdb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ee28bfdb Branch: refs/heads/ui-restyle Commit: ee28bfdb46d7ac252ca6739b6a082818cc176030 Parents: 0d83e4d Author: Brian Federle <[email protected]> Authored: Tue Oct 15 12:11:53 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Oct 15 12:11:53 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/_detail-view.scss | 5 +++++ ui/stylesheets/cloudstack.css | 9 +++++++++ 2 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee28bfdb/ui/stylesheets/_detail-view.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/_detail-view.scss b/ui/stylesheets/_detail-view.scss index d9afa39..70eb1f4 100644 --- a/ui/stylesheets/_detail-view.scss +++ b/ui/stylesheets/_detail-view.scss @@ -62,6 +62,11 @@ display: inline-block; height: 50px; overflow: hidden; + position: relative; + float: left; + display: block; + + @include span-columns(12); @include row; .buttons { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee28bfdb/ui/stylesheets/cloudstack.css ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.css b/ui/stylesheets/cloudstack.css index 019cc1a..026b82a 100644 --- a/ui/stylesheets/cloudstack.css +++ b/ui/stylesheets/cloudstack.css @@ -6489,8 +6489,17 @@ ul.ui-tabs-nav { display: inline-block; height: 50px; overflow: hidden; + position: relative; + float: left; + display: block; + display: block; + float: left; + margin-right: 2.35765%; + width: 100%; *zoom: 1; display: block; } + .detail-view .detail-actions:last-child { + margin-right: 0; } .detail-view .detail-actions:before, .detail-view .detail-actions:after { content: " "; display: table; }
