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 {