forked from mirrors/easyappointments
Frontend CSS fixes.
This commit is contained in:
parent
1ab65f433f
commit
a89a86d9fe
2 changed files with 19 additions and 2 deletions
|
@ -55,7 +55,7 @@ body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin: 14px 10px 0 14px;
|
margin: 20px 10px 0 15px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-shadow: 0px 1px 1px #8F8888;
|
text-shadow: 0px 1px 1px #8F8888;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -65,7 +65,7 @@ body {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 12px;
|
margin-top: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard .wizard-frame {
|
#book-appointment-wizard .wizard-frame {
|
||||||
|
|
|
@ -20,6 +20,12 @@ body .custom-qtip {
|
||||||
color: #258D53;
|
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 {
|
body .ui-dialog .ui-dialog-titlebar-close {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -37,6 +43,8 @@ body .ui-draggable .ui-dialog-titlebar {
|
||||||
body .ui-dialog {
|
body .ui-dialog {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
border: none !important;
|
||||||
|
box-shadow: 0 0 10px #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .ui-dialog .ui-dialog-buttonpane {
|
body .ui-dialog .ui-dialog-buttonpane {
|
||||||
|
@ -80,12 +88,21 @@ html body .ui-datepicker td a.ui-state-active {
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
background: #3DD481 !important;
|
background: #3DD481 !important;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
line-height: 1.3;
|
||||||
|
margin: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .ui-datepicker td a.ui-state-highlight {
|
body .ui-datepicker td a.ui-state-highlight {
|
||||||
background: #80E3AD !important;
|
background: #80E3AD !important;
|
||||||
border-radius: 67px;
|
border-radius: 67px;
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
line-height: 1.3;
|
||||||
|
margin: 4px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body .ui-datepicker .ui-datepicker-prev-hover {
|
body .ui-datepicker .ui-datepicker-prev-hover {
|
||||||
|
|
Loading…
Reference in a new issue