CLOUDSTACK-4348: Fix quick view detail height
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f85124d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f85124d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f85124d Branch: refs/heads/ui-restyle Commit: 1f85124d701406a26ff5927551e6c5ab558933a9 Parents: c4084a7 Author: Brian Federle <brian.fede...@citrix.com> Authored: Thu Oct 10 11:42:47 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Thu Oct 10 11:42:59 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f85124d/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 6510d0e..49e35f3 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1356,7 +1356,7 @@ div.list-view td.state.off span { .quick-view-tooltip .detail-view .main-groups { width: 456px; - height: 132px; + height: 152px; position: absolute; top: 55px; padding-top: 7px;