diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index 921b493197a..aece82cff73 100644 --- a/ui/css/cloudstack3-ie7.css +++ b/ui/css/cloudstack3-ie7.css @@ -5,10 +5,61 @@ div.panel div.list-view { } div.toolbar { - top: expression(this.offsetParent.scrollTop);; + top: expression(this.offsetParent.scrollTop); } div.panel div.list-view div.fixed-header { - top: expression(this.offsetParent.scrollTop + 30);; + top: expression(this.offsetParent.scrollTop + 30); +} + +.detail-view .main-groups { + width: 554px; + position: relative; + overflow-x: hidden; +} + +.detail-view .ui-widget-content { + overflow-x: hidden !important; +} + +.detail-view .button.done { + /*+placement:shift 0px 459px;*/ + position: relative; + left: 0px; + top: 459px; +} + +.detail-view ul { + /*+placement:shift;*/ + position: relative; + left: 0; + top: 0; +} + +.ui-tabs ul.ui-tabs-nav { + margin-top: 20px; +} + +.dashboard.admin .dashboard-container.sub.alerts ul { + top: expression(this.offsetParent.scrollTop); +} + +#user-options a:hover { + background: #ADADAD; + color: #FFFFFF; + /*+text-shadow:0px 1px 2px #383838;*/ + -moz-text-shadow: 0px 1px 2px #383838; + -webkit-text-shadow: 0px 1px 2px #383838; + -o-text-shadow: 0px 1px 2px #383838; + text-shadow: 0px 1px 2px #383838; +} + +.multi-wizard .progress ul li span.arrow { + display: none; + border-right: 0px solid #000000; +} + +.tree-view ul li .name { + float: right; } diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index d5dba941e6c..140a0b2be52 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1096,9 +1096,9 @@ div.list-view td.state.off span { display: block; width: 100%; height: 41px; + float: left; border: none; overflow: hidden; - display: inline-block; z-index: 2; /*+placement:shift 0px 2px;*/ position: relative; @@ -1150,14 +1150,14 @@ div.list-view td.state.off span { background: #DEE3E5; } +.ui-tabs li { + float: left; +} + .ui-tabs ul li.ui-state-default a { border-right: 1px solid #97AFC5; border-top: 2px solid #D6DCDE; background: url(../images/bg-details-tab-gradient.png); - /*+placement:shift;*/ - position: relative; - left: 0; - top: 0; padding-bottom: 11px; } @@ -3364,7 +3364,8 @@ Dialogs*/ float: left; margin: 0 17px 0 0; height: 313px; - overflow: auto; + overflow: hidden; + position: relative; } .dashboard.admin .dashboard-container.sub.alerts.last { @@ -3375,6 +3376,7 @@ Dialogs*/ width: 356px; height: 274px; overflow: auto; + position: relative; margin: 0 0 0 16px; } @@ -5948,7 +5950,7 @@ label.error { .tree-view ul li .name { float: left; - margin: 0 0 13px 11px; + margin: 1px 0px 13px 17px; padding: 6px 9px 6px 4px; cursor: pointer; }