Install wizard CSS tweaks

This commit is contained in:
bfederle 2011-12-22 12:05:32 -08:00
parent d623ddad5e
commit 4819e24c3a
2 changed files with 7 additions and 4 deletions

View File

@ -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 {

View File

@ -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() {