mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Install wizard CSS tweaks
This commit is contained in:
parent
d623ddad5e
commit
4819e24c3a
@ -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 {
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user