diff --git a/src/assets/css/frontend.css b/src/assets/css/frontend.css index cabff114..c30d51fb 100644 --- a/src/assets/css/frontend.css +++ b/src/assets/css/frontend.css @@ -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 { diff --git a/src/assets/css/general.css b/src/assets/css/general.css index e8d42452..2402f6af 100644 --- a/src/assets/css/general.css +++ b/src/assets/css/general.css @@ -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 {