From 4819e24c3aed06d7ef055e93ac1b5a68e655e974 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 22 Dec 2011 12:05:32 -0800 Subject: [PATCH] Install wizard CSS tweaks --- ui/css/cloudstack3.css | 7 ++++++- ui/scripts/ui-custom/installWizard.js | 4 +--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5cf174f397d..7a9c100003c 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -362,7 +362,7 @@ body.login { color: #4A4A4A; font-size: 15px; line-height: 23px; - /*[empty]background:;*/ + background: url(../images/bg-gradient-white-transparent.png) repeat-x -114px -270px; } .install-wizard .step ul li { @@ -395,6 +395,11 @@ body.login { margin: -352px auto auto; z-index: 10; background: url(../images/bg-gradient-white-transparent.png) repeat-x -114px -141px; + /*+box-shadow:0px -3px 4px #CFCFCF;*/ + -moz-box-shadow: 0px -3px 4px #CFCFCF; + -webkit-box-shadow: 0px -3px 4px #CFCFCF; + -o-box-shadow: 0px -3px 4px #CFCFCF; + box-shadow: 0px -3px 4px #CFCFCF; } .install-wizard h2 { diff --git a/ui/scripts/ui-custom/installWizard.js b/ui/scripts/ui-custom/installWizard.js index 6eb591156fd..db467ae50da 100644 --- a/ui/scripts/ui-custom/installWizard.js +++ b/ui/scripts/ui-custom/installWizard.js @@ -13,6 +13,7 @@ */ var complete = function() { $installWizard.remove(); + $('html body').removeClass('install-wizard'); args.complete(); }; @@ -301,7 +302,6 @@ }); $advanced.click(function() { - $('html body').removeClass('install-wizard'); complete(); return false; @@ -719,8 +719,6 @@ .html('You may now continue.'); var $continue = elems.nextButton('Launch'); - $('html body').removeClass('install-wizard'); - showDiagram(''); $continue.click(function() {