Updated Branches: refs/heads/master c214b4776 -> aeab881e0
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/master Commit: aeab881e0034dbc1edb23a9c2804f966d5f7c71a Parents: c214b47 Author: Brian Federle <brian.fede...@citrix.com> Authored: Wed Jun 26 10:21:21 2013 -0700 Committer: Brian Federle <brian.fede...@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;