mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Install wizard CSS tweaks
This commit is contained in:
parent
d623ddad5e
commit
4819e24c3a
@ -362,7 +362,7 @@ body.login {
|
|||||||
color: #4A4A4A;
|
color: #4A4A4A;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
/*[empty]background:;*/
|
background: url(../images/bg-gradient-white-transparent.png) repeat-x -114px -270px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install-wizard .step ul li {
|
.install-wizard .step ul li {
|
||||||
@ -395,6 +395,11 @@ body.login {
|
|||||||
margin: -352px auto auto;
|
margin: -352px auto auto;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: url(../images/bg-gradient-white-transparent.png) repeat-x -114px -141px;
|
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 {
|
.install-wizard h2 {
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
var complete = function() {
|
var complete = function() {
|
||||||
$installWizard.remove();
|
$installWizard.remove();
|
||||||
|
$('html body').removeClass('install-wizard');
|
||||||
|
|
||||||
args.complete();
|
args.complete();
|
||||||
};
|
};
|
||||||
@ -301,7 +302,6 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$advanced.click(function() {
|
$advanced.click(function() {
|
||||||
$('html body').removeClass('install-wizard');
|
|
||||||
complete();
|
complete();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
@ -719,8 +719,6 @@
|
|||||||
.html('You may now continue.');
|
.html('You may now continue.');
|
||||||
var $continue = elems.nextButton('Launch');
|
var $continue = elems.nextButton('Launch');
|
||||||
|
|
||||||
$('html body').removeClass('install-wizard');
|
|
||||||
|
|
||||||
showDiagram('');
|
showDiagram('');
|
||||||
|
|
||||||
$continue.click(function() {
|
$continue.click(function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user