From 6b406f622088821f53353bc94c81e45ec2ea45c6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 15 May 2013 16:06:09 -0700 Subject: [PATCH] Lower width of draggable column --- ui/css/cloudstack3.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 7f6df22797e..9fde1b82a37 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7974,6 +7974,15 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t .multi-edit .header-fields input[type=submit] { } +/* Sortable */ +.multi-edit table tbody tr td.reorder, +.multi-edit table thead tr th.reorder { + width: 30px !important; + min-width: 30px !important; + max-width: 30px !important; +} + + /*Security Rules*/ .security-rules .multi-edit input { width: 69px;