You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/27 22:57:35 UTC

[33/50] [abbrv] git commit: updated refs/heads/vmsync to 3c2aa18

CLOUDSTACK-3185: Fix height of detail view table when in edit mode


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

Branch: refs/heads/vmsync
Commit: aeab881e0034dbc1edb23a9c2804f966d5f7c71a
Parents: c214b47
Author: Brian Federle <br...@citrix.com>
Authored: Wed Jun 26 10:21:21 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Jun 26 10:21:29 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aeab881e/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index a89e0c3..b994c8a 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1715,6 +1715,10 @@ div.list-view td.state.off span {
   margin-right: 12px;
 }
 
+.detail-view.edit-mode .main-groups {
+  max-height: 360px;
+}
+
 .detail-group table {
   width: 96%;
   font-size: 12px;