Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* CALENDAR WIDGET within Enfold Child's styles.css */
- #ui-datepicker-div
- {
- font: 70.5% "Montserrat", Helvetica, Arial, Sans-Serif !important;
- }
- #CalendarWidget
- {
- width: 99% !important;
- height: auto !important;
- font-weight: 200 !important;
- color: #fff !important;
- text-align: center !important;
- padding-top: 20px !important;
- padding-bottom: 20px !important;
- padding-left: 2px !important;
- padding-right: 2px !important;
- margin-top: 20px !important;
- background-color: #221133 !important;
- border: 2px solid #ffffff !important;
- }
- #CalendarWidget span {
- font-weight: 600 !important;
- color: #ffe14a !important;
- margin-right: 8px !important;
- }
- .ui-datepicker-trigger
- {
- top: 19px !important;
- left: 100px !important;
- }
- .w_cursor
- {
- cursor: pointer !important;
- }
- .w_textbox
- {
- height: 19px !important;
- font: normal normal normal 11px Arial, sans-serif !important;
- color: #3e3d2f !important;
- margin-bottom: 6px !important;
- }
- .w_label
- {
- font: normal normal bold 12px Arial, sans-serif !important;
- font-weight: 200 !important;
- color: #fff !important;
- top: 0px !important;
- left: 0px !important;
- }
- .w_label_reset
- {
- font: normal normal normal 11px Arial, sans-serif !important;
- color: #f37516 !important;
- }
- .w_label_error
- {
- font: normal normal bold 12px Arial, sans-serif !important;
- color: #f37516 !important;
- }
- .w_dropdown
- {
- height: 19px !important;
- font: normal normal normal 11px Arial, sans-serif !important;
- color: #3e3d2f !important;
- top: 17px !important;
- left: -2px !important;
- }
- .divArrivalDate
- {
- width: 100% !important;
- height: 40px !important;
- margin-left: 8px !important;
- }
- .divDepartureDate
- {
- width: 120px !important;
- height: 40px !important;
- margin-left: 8px !important;
- }
- .divNights
- {
- width: 90px !important;
- height: 40px !important;
- margin-left: 8px !important;
- }
- .divAdults
- {
- width: 50px !important;
- height: 40px !important;
- margin-left: 8px !important;
- }
- .divChildren
- {
- width: 50px !important;
- height: 40px !important;
- margin-left: 8px !important;
- }
- .divPromo
- {
- width: 120px !important;
- height: 40px !important;
- margin-left: 8px !important;
- }
- .txtDates
- {
- width: 90px !important;
- margin-left: 8px !important;
- }
- .txtNights
- {
- width: 30px !important;
- margin-left: 8px !important;
- }
- .txtPromoCode
- {
- top: 17px !important;
- left: 0px !important;
- margin-left: 8px !important;
- }
- .btnBook
- {
- width: 150px !important;
- height: 25px !important;
- margin-left: 8px !important;
- font: normal bold normal 11px Arial, sans-serif !important;
- }
- /* UNDER CalendarWidget_MultiProperty.css */
- .PropertySelection
- {
- position: absolute !important;
- font: normal normal normal 11px Arial, sans-serif !important;
- }
- .w_label_error
- {
- position: absolute !important;
- font: normal normal bold 12px Arial, sans-serif !important;
- color: #f37516 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement