CSS corrections in frontend

This commit is contained in:
Alex Tselegidis 2015-07-08 22:37:26 +02:00
parent 2e85af40d2
commit 24c995d961
2 changed files with 4 additions and 13 deletions

View file

@ -238,7 +238,7 @@
<select id="select-provider" class="col-md-4 form-control"></select>
</div>
<div id="service-description" class="well" style="display:none;"></div>
<div id="service-description" style="display:none;"></div>
</div>
</div>

View file

@ -55,7 +55,7 @@ body {
font-weight: bold;
color: #FFF;
font-size: 22px;
margin: 18px 10px 0 14px;
margin: 14px 10px 0 14px;
display: inline-block;
text-shadow: 0px 1px 1px #8F8888;
float: left;
@ -70,11 +70,11 @@ body {
#book-appointment-wizard .wizard-frame {
padding: 10px 20px;
height: 485px;
height: 530px;
}
#book-appointment-wizard .wizard-frame .frame-container {
height: 395px;
height: 440px;
margin-bottom: 10px;
}
@ -172,15 +172,6 @@ body {
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 {
font-size: 19px;
margin-bottom: 12px;