Updated Branches: refs/heads/master 8f8ad3f38 -> 8def7e9f8
Remove scrollbars from login screen Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8def7e9f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8def7e9f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8def7e9f Branch: refs/heads/master Commit: 8def7e9f89187f5442a93269a9780d1da97452e7 Parents: 8f8ad3f Author: Brian Federle <[email protected]> Authored: Wed Nov 6 10:28:26 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Wed Nov 6 10:28:39 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8def7e9f/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 8676737..2135e8e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -318,6 +318,7 @@ table th div.ui-resizable-handle { body.login { background: url(../images/overlay-pattern.png) repeat center, #106CA9 url(../images/bg-login.jpg) no-repeat center; background-size: auto, cover; + overflow: hidden; } .login {
