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/02/25 20:45:16 UTC

git commit: refs/heads/ui-multiple-nics - Prevent wrapping of 'view all' button

Updated Branches:
  refs/heads/ui-multiple-nics 6c8182b6f -> 243b20f0f


Prevent wrapping of 'view all' button


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

Branch: refs/heads/ui-multiple-nics
Commit: 243b20f0fd4061c12441a90b178c8be06dee28b6
Parents: 6c8182b
Author: Brian Federle <br...@citrix.com>
Authored: Mon Feb 25 11:44:59 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Feb 25 11:44:59 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/243b20f0/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index b0a7120..c3313d6 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1744,7 +1744,7 @@ div.list-view td.state.off span {
   position: relative;
   top: 9px;
   float: left;
-  width: 291px;
+  width: 245px;
 }
 
 .detail-group .main-groups table td.value .view-all {