You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/12/17 01:13:45 UTC

git commit: updated refs/heads/master to 5e552ec

Updated Branches:
  refs/heads/master 719271b1d -> 5e552ec66


Reduce width of multiselect column to prevent overflow


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

Branch: refs/heads/master
Commit: 5e552ec66bcc2af13be4de5ba2ffbfc6bb11f32d
Parents: 719271b
Author: Brian Federle <br...@citrix.com>
Authored: Mon Dec 16 16:12:43 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Dec 16 16:13:39 2013 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5e552ec6/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index b06b79a..b56cf7f 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 {