From 5e552ec66bcc2af13be4de5ba2ffbfc6bb11f32d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 16 Dec 2013 16:12:43 -0800 Subject: [PATCH] Reduce width of multiselect column to prevent overflow --- ui/css/cloudstack3.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index b06b79a795a..b56cf7fad25 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -176,14 +176,18 @@ table tbody td.truncated > span { /** Multiselect*/ table thead th.multiselect, table tbody td.multiselect { - width: 40px; - min-width: 40px; - max-width: 40px; + width: 20px; + min-width: 20px; + max-width: 20px; } table thead th.multiselect input, table tbody td.multiselect input { margin: 0; + /*+placement:shift -8px 0px;*/ + position: relative; + left: -8px; + top: 0px; } table thead th.multiselect input {