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:22:49 UTC

git commit: updated refs/heads/master to 2a50fd0

Updated Branches:
  refs/heads/master caba41747 -> 2a50fd0b0


Fix wrapping for port forwarding multiedit fields in FF


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

Branch: refs/heads/master
Commit: 2a50fd0b0b0bdbf457b29cef46f3e7d2380d9803
Parents: caba417
Author: Brian Federle <br...@citrix.com>
Authored: Mon Dec 16 16:21:59 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Dec 16 16:22:44 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2a50fd0b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index b56cf7f..4fb9098 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7619,10 +7619,10 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .multi-edit .range input {
-  width: 41px;
-  margin-left: 13px;
+  width: 35px;
+  margin-left: 6px;
+  margin-right: 2px;
   position: relative;
-  float: left;
 }
 
 .multi-edit .range label {