From c02dc40dd9908f30721bc3e0186caef4ca998886 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 29 Oct 2015 12:44:24 +0530 Subject: [PATCH] metrics: fix padding in elements Signed-off-by: Rohit Yadav --- ui/css/cloudstack3.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index fd85ad66cee..b7e7b0f1124 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1426,6 +1426,11 @@ div.list-view td.state.transition span { .horizontal-overflow tbody td, .horizontal-overflow thead th { min-width: 50px; + padding: 10px 5px 8px 0px; +} + +.horizontal-overflow th.quick-view { + padding-left: 5px; } .groupable-header {