Container/list view: Fix for floating elements Fix for cases where floating elements are cut off, such as quickview and tooltips attached to the container. This makes overflow visible.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ec2d7898 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ec2d7898 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ec2d7898 Branch: refs/heads/junit-tests Commit: ec2d7898358d8cdfd37c59ed4a62c2471e5d3ff3 Parents: 58eac5a Author: Brian Federle <[email protected]> Authored: Tue Oct 9 11:34:49 2012 -0700 Committer: Chip Childers <[email protected]> Committed: Mon Oct 15 16:19:13 2012 -0400 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ec2d7898/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 7a8d066..8ad9538 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -62,9 +62,8 @@ body.install-wizard { #container { width: 1024px; - height: 768px; + height: 783px; margin: auto; - overflow: hidden; border: 1px solid #E2E2E2; border-top: none; position: relative; @@ -1194,7 +1193,7 @@ div.notification.corner-alert:hover div.message span { div.panel div.list-view { overflow: auto; overflow-x: hidden; - height: 652px; + height: 668px; margin-top: 30px; border-bottom: 1px solid #E7E7E7; }
