Frontend CSS fixes.

This commit is contained in:
Alex Tselegidis 2015-10-05 23:30:33 +02:00
parent 1ab65f433f
commit a89a86d9fe
2 changed files with 19 additions and 2 deletions

View File

@ -55,7 +55,7 @@ body {
font-weight: bold;
color: #FFF;
font-size: 22px;
margin: 14px 10px 0 14px;
margin: 20px 10px 0 15px;
display: inline-block;
text-shadow: 0px 1px 1px #8F8888;
float: left;
@ -65,7 +65,7 @@ body {
width: 180px;
display: inline-block;
float: right;
margin-top: 12px;
margin-top: 17px;
}
#book-appointment-wizard .wizard-frame {

View File

@ -20,6 +20,12 @@ body .custom-qtip {
color: #258D53;
}
body .ui-widget-overlay {
background: #000 50% 50% repeat-x;
opacity: .5;
filter: Alpha(Opacity=50);
}
body .ui-dialog .ui-dialog-titlebar-close {
display: none;
}
@ -37,6 +43,8 @@ body .ui-draggable .ui-dialog-titlebar {
body .ui-dialog {
padding: 0;
z-index: 2000;
border: none !important;
box-shadow: 0 0 10px #333;
}
body .ui-dialog .ui-dialog-buttonpane {
@ -80,12 +88,21 @@ html body .ui-datepicker td a.ui-state-active {
font-weight: bold !important;
background: #3DD481 !important;
border-radius: 50px;
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
}
body .ui-datepicker td a.ui-state-highlight {
background: #80E3AD !important;
border-radius: 67px;
color: #FFF !important;
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
}
body .ui-datepicker .ui-datepicker-prev-hover {