diff --git a/ui/stylesheets/_detail-view.scss b/ui/stylesheets/_detail-view.scss index d9afa39dc19..70eb1f420cb 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 { diff --git a/ui/stylesheets/cloudstack.css b/ui/stylesheets/cloudstack.css index 019cc1abd16..026b82a53b1 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; }