Updated Branches:
  refs/heads/ui-vpc-redesign 34d7014c8 -> eb34d91af

Lower width of draggable column


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6b406f62
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6b406f62
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6b406f62

Branch: refs/heads/ui-vpc-redesign
Commit: 6b406f622088821f53353bc94c81e45ec2ea45c6
Parents: 34d7014
Author: Brian Federle <bfede...@gmail.com>
Authored: Wed May 15 16:06:09 2013 -0700
Committer: Brian Federle <bfede...@gmail.com>
Committed: Wed May 15 16:06:09 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b406f62/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 7f6df22..9fde1b8 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;

Reply via email to