CSS corrections in frontend
This commit is contained in:
parent
2e85af40d2
commit
24c995d961
2 changed files with 4 additions and 13 deletions
|
@ -238,7 +238,7 @@
|
||||||
<select id="select-provider" class="col-md-4 form-control"></select>
|
<select id="select-provider" class="col-md-4 form-control"></select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="service-description" class="well" style="display:none;"></div>
|
<div id="service-description" style="display:none;"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin: 18px 10px 0 14px;
|
margin: 14px 10px 0 14px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-shadow: 0px 1px 1px #8F8888;
|
text-shadow: 0px 1px 1px #8F8888;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -70,11 +70,11 @@ body {
|
||||||
|
|
||||||
#book-appointment-wizard .wizard-frame {
|
#book-appointment-wizard .wizard-frame {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
height: 485px;
|
height: 530px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard .wizard-frame .frame-container {
|
#book-appointment-wizard .wizard-frame .frame-container {
|
||||||
height: 395px;
|
height: 440px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -172,15 +172,6 @@ body {
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard #service-description {
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
background: #F5F5F5;
|
|
||||||
border: 1px solid #EEE;
|
|
||||||
border-radius: 5px;
|
|
||||||
min-height: 80px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#book-appointment-wizard #wizard-frame-1 label {
|
#book-appointment-wizard #wizard-frame-1 label {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
Loading…
Reference in a new issue