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 2012/11/06 01:07:27 UTC

[1/9] git commit: Multi-edit: Fix width of select inputs

Updated Branches:
  refs/heads/master becd611c0 -> 46cce3a89


Multi-edit: Fix width of select inputs


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

Branch: refs/heads/master
Commit: 46cce3a891a77e91b5cb968bc4f31dc093ecc1c1
Parents: ee72ae6
Author: Brian Federle <br...@citrix.com>
Authored: Mon Nov 5 16:02:07 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Nov 5 16:06:12 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46cce3a8/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index c50a412..db5f093 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7199,6 +7199,11 @@ div.panel.ui-dialog div.list-view div.fixed-header {
   width: 70%;
 }
 
+.detail-view .multi-edit select {
+  width: 93%;
+  font-size: 10px;
+}
+
 .multi-edit input {
   width: 85%;
 }