diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index 56d7256e998..47166e1d207 100644 --- a/ui/css/cloudstack3-ie7.css +++ b/ui/css/cloudstack3-ie7.css @@ -13,20 +13,36 @@ div.panel div.list-view div.fixed-header { top: expression(this.offsetParent.scrollTop + 30); } +.detail-view div.list-view div.fixed-header { + top: 29px !important; + left: 12px !important; +} + div.panel div.list-view div.data-table table.body { top: 78px; } .detail-view .main-groups { - width: 554px; + width: 96%; + height: 416px; position: relative; overflow-x: hidden; + margin-top: -18px; } .detail-view .ui-widget-content { overflow-x: hidden !important; } +.tree-view { + position: relative; + top: expression(this.offsetParent.scrollTop); +} + +.tree-view li .name { + margin: 0px !important; +} + .detail-view .button.done { /*+placement:shift 0px 459px;*/ position: relative; @@ -92,3 +108,28 @@ table th { vertical-align: middle; } +.detail-view > .toolbar { + position: relative; + float: left; + left: -14px; +} + +.detail-view .list-view > .toolbar { + width: 100% !important; +} + +.system-chart ul.resources li .label { + /*+placement:shift 3px 9px;*/ + position: relative; + left: 3px; + top: 9px; + position: absolute; +} + +.system-chart ul.resources li .button.view-all .view-all-label { + /*+placement:shift 6px 5px;*/ + position: relative; + left: 6px; + top: 5px; +} +