diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 58bd88178e5..c6a85e8fe8e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -338,20 +338,8 @@ table th div.ui-resizable-handle { float: right; } -.no-split thead, .no-split tbody { - display: block; -} - -.no-split thead { - position: absolute; -} - -.no-split tbody { - padding-top: 58px; -} - .horizontal-overflow tbody td, .horizontal-overflow thead th { - min-width: 120px; + min-width: 50px; } .groupable-header { @@ -364,6 +352,10 @@ table th div.ui-resizable-handle { border: none; } +table.no-split td.first { + min-width: 120px; +} + .groupable-header-border { border-left: 1px solid #C6C3C3; border-right: 1px solid #C6C3C3;