diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index 5b783f55c32..56d7256e998 100644 --- a/ui/css/cloudstack3-ie7.css +++ b/ui/css/cloudstack3-ie7.css @@ -2,6 +2,7 @@ div.panel div.list-view { position: relative; overflow-x: hidden; + margin-top: 0px; } div.toolbar { @@ -12,6 +13,10 @@ div.panel div.list-view div.fixed-header { top: expression(this.offsetParent.scrollTop + 30); } +div.panel div.list-view div.data-table table.body { + top: 78px; +} + .detail-view .main-groups { width: 554px; position: relative; @@ -73,3 +78,17 @@ div.panel div.list-view div.fixed-header { top: expression(this.offsetParent.scrollTop); } +table tbody td, +table th { + padding: 9px 5px 8px 0px; + border-right: 1px solid #BFBFBF; + color: #495A76; + clear: none; + width: auto; + width: 88px; + min-width: 88px; + font-size: 12px; + overflow: hidden; + vertical-align: middle; +} + diff --git a/ui/scripts/ui/widgets/dataTable.js b/ui/scripts/ui/widgets/dataTable.js index 96316a7fba0..7628d427391 100644 --- a/ui/scripts/ui/widgets/dataTable.js +++ b/ui/scripts/ui/widgets/dataTable.js @@ -72,7 +72,7 @@ ); $table = $mainContainer; var $theadContainer = $('