Browser panel: Lower height to prevent bottom being cut off
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2edd97ec Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2edd97ec Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2edd97ec Branch: refs/heads/ui-restyle Commit: 2edd97ec8150f14f339ce8364392ad374a1cf262 Parents: 10fca3c Author: Brian Federle <[email protected]> Authored: Wed Oct 16 14:41:57 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Oct 16 14:41:57 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/_browser.scss | 2 +- ui/stylesheets/cloudstack.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2edd97ec/ui/stylesheets/_browser.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/_browser.scss b/ui/stylesheets/_browser.scss index 7727842..d09c02c 100644 --- a/ui/stylesheets/_browser.scss +++ b/ui/stylesheets/_browser.scss @@ -30,7 +30,7 @@ .panel { background: white; width: 100%; - height: 100%; + height: 90%; overflow: auto; padding: 20px; } http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2edd97ec/ui/stylesheets/cloudstack.css ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.css b/ui/stylesheets/cloudstack.css index fc0ffe6..b2c9f41 100644 --- a/ui/stylesheets/cloudstack.css +++ b/ui/stylesheets/cloudstack.css @@ -5217,7 +5217,7 @@ ul.ui-tabs-nav { #browser .container .panel { background: white; width: 100%; - height: 100%; + height: 90%; overflow: auto; padding: 20px; }
