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/09 01:12:37 UTC

git commit: CS-16788: Fix width of multi-edit

Updated Branches:
  refs/heads/master e73634733 -> 85a107447


CS-16788: Fix width of 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/85a10744
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/85a10744
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/85a10744

Branch: refs/heads/master
Commit: 85a107447cbb21ce54a0eadf74106e89c89ac62e
Parents: e736347
Author: Brian Federle <br...@citrix.com>
Authored: Thu Nov 8 15:53:10 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Nov 8 16:11:40 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/85a10744/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 22d6d7a..4438f80 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7176,9 +7176,8 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 
 /*Multi-edit*/
 div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit thead tr th,
-div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit tbody tr td
-{
-  min-width:100px;
+div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit tbody tr td {
+  min-width: 100px;
 }
 
 .multi-edit {
@@ -7194,7 +7193,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .multi-edit table th {
-  min-width: 120px;
+  min-width: 88px;
 }
 
 .detail-group .multi-edit table td {