Fix wizard core styling.
parent
2d5c69503e
commit
ffa348fe5d
|
@ -4,19 +4,23 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-header {
|
.wizard-header {
|
||||||
background: #428bca;
|
padding: 6px 10px!important;
|
||||||
padding-left: 15px;
|
min-height: 35px;
|
||||||
padding-bottom: 7px;
|
max-height: 35px;
|
||||||
color: #fff;
|
border-bottom: 2px solid darkgray;
|
||||||
font-size: 18px;
|
background-color: #2C76B4;
|
||||||
height: 76px;
|
font-weight: bold;
|
||||||
line-height: 76px;
|
color: white;
|
||||||
border-radius: 6px 6px 0 0;
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-header h3 {
|
.wizard-header h3 {
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard_dlg {
|
.wizard_dlg {
|
||||||
|
@ -77,15 +81,16 @@
|
||||||
|
|
||||||
/* Wizard Footer CSS */
|
/* Wizard Footer CSS */
|
||||||
.grant_wizard_container .footer {
|
.grant_wizard_container .footer {
|
||||||
|
background-color: #D2D2D2;
|
||||||
|
border-width: 2px 0px 0px 0px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: rgb(85, 85, 85);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #fff;
|
left: 0;
|
||||||
border-top: 1px solid #ccc;
|
right: 0;
|
||||||
bottom: 0px;
|
bottom: 0;
|
||||||
height: 62px;
|
margin: 0;
|
||||||
right: 0px;
|
padding: 0;
|
||||||
padding-top: 22px;
|
|
||||||
border-radius: 0 0 6px 6px;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Wizard Button CSS */
|
/* Wizard Button CSS */
|
||||||
|
@ -95,9 +100,8 @@
|
||||||
|
|
||||||
.grant_wizard_container .wizard-buttons button {
|
.grant_wizard_container .wizard-buttons button {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 7px 15.2px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0px 5px 0 0 !important;
|
margin: 3px 5px 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grant_wizard_container .wizard-buttons button.wizard-next i.fa {
|
.grant_wizard_container .wizard-buttons button.wizard-next i.fa {
|
||||||
|
@ -115,14 +119,12 @@
|
||||||
|
|
||||||
/* Wizard Status bar CSS */
|
/* Wizard Status bar CSS */
|
||||||
.grant_wizard_container .wizard-description {
|
.grant_wizard_container .wizard-description {
|
||||||
padding: 1.7em 0.1em;
|
padding: 1.0em 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Error message css */
|
/* Error message css */
|
||||||
.grant_wizard_container .error_msg_div {
|
.grant_wizard_container .error_msg_div {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
|
||||||
bottom: 55px;
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,3 +143,7 @@
|
||||||
.select2-container--open {
|
.select2-container--open {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alertify .ajs-body .ajs-content {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
Loading…
Reference in New Issue