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:28 UTC

[2/9] git commit: Fix input field widths for multi-edit

Fix input field widths for multi-edit

Conflicts:
	ui/css/cloudstack3.css


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

Branch: refs/heads/master
Commit: ee72ae677fb0f6c84ae6a323e74e8bf4d848eefd
Parents: d4c1848
Author: Brian Federle <br...@citrix.com>
Authored: Mon Nov 5 15:59:37 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Nov 5 16:06:06 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ee72ae67/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 4a067ea..c50a412 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7212,9 +7212,10 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 }
 
 .multi-edit .range input {
-  width: 70px;
+  width: 41px;
   margin-left: 13px;
   position: relative;
+  float: left;
 }
 
 .multi-edit .range label {
@@ -10353,6 +10354,13 @@ div.ui-dialog div.acl div.multi-edit div.data div.data-body div.data-item table
   max-height: 600px;
 }
 
+div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
+div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
+  min-width: 80px;
+  max-width: 80px;
+  font-size: 10px;
+}
+
 .ui-dialog div.autoscaler .detail-actions {
 }