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 2012/10/10 20:18:11 UTC

[3/3] git commit: Container/list view: Fix for floating elements

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/33da9cb1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/33da9cb1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/33da9cb1

Branch: refs/heads/master
Commit: 33da9cb1e2c5fb5385a412b31edde06e079ca256
Parents: 991557b
Author: Brian Federle <br...@citrix.com>
Authored: Tue Oct 9 11:34:49 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Oct 10 11:18:02 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/33da9cb1/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;
 }