From 8027421d4af357401bcf81f45241404cbbc34ead Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 28 Sep 2015 14:29:28 +0530 Subject: [PATCH] metrics: minimize column width, increase column density Signed-off-by: Rohit Yadav --- ui/css/cloudstack3.css | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) 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;