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;
- }
- #CalendarWidget
- {
- width: 99%;
- height: auto;
- font-weight: 200;
- color: #fff;
- text-align: center;
- padding-top: 20px;
- padding-bottom: 20px;
- padding-left: 2px;
- padding-right: 2px;
- margin-top: 20px;
- background-color: #221133;
- border: 2px solid #ffffff;
- }
- #CalendarWidget span {
- font-weight: 600;
- color: #ffe14a;
- margin-right: 8px;
- }
- .ui-datepicker-trigger
- {
- top: 19px;
- left: 100px;
- }
- .w_cursor
- {
- cursor: pointer;
- }
- .w_textbox
- {
- height: 19px;
- font: normal normal normal 11px Arial, sans-serif;
- color: #3e3d2f;
- margin-bottom: 6px;
- }
- .w_label
- {
- font: normal normal bold 12px Arial, sans-serif;
- font-weight: 200;
- color: #fff;
- top: 0px;
- left: 0px;
- }
- .w_label_reset
- {
- font: normal normal normal 11px Arial, sans-serif;
- color: #f37516;
- }
- .w_label_error
- {
- font: normal normal bold 12px Arial, sans-serif;
- color: #f37516;
- }
- .w_dropdown
- {
- height: 19px;
- font: normal normal normal 11px Arial, sans-serif;
- color: #3e3d2f;
- top: 17px;
- left: -2px;
- }
- .divArrivalDate
- {
- width: 100%;
- height: 40px;
- margin-left: 8px;
- }
- .divDepartureDate
- {
- width: 120px;
- height: 40px;
- margin-left: 8px;
- }
- .divNights
- {
- width: 90px;
- height: 40px;
- margin-left: 8px;
- }
- .divAdults
- {
- width: 50px;
- height: 40px;
- margin-left: 8px;
- }
- .divChildren
- {
- width: 50px;
- height: 40px;
- margin-left: 8px;
- }
- .divPromo
- {
- width: 120px;
- height: 40px;
- margin-left: 8px;
- }
- .txtDates
- {
- width: 90px;
- margin-left: 8px;
- }
- .txtNights
- {
- width: 30px;
- margin-left: 8px;
- }
- .txtPromoCode
- {
- top: 17px;
- left: 0px;
- margin-left: 8px;
- }
- .btnBook
- {
- width: 150px;
- height: 25px;
- margin-left: 8px;
- font: normal bold normal 11px Arial, sans-serif;
- }
- /* UNDER CalendarWidget_MultiProperty.css */
- .PropertySelection
- {
- position: absolute;
- font: normal normal normal 11px Arial, sans-serif;
- }
- .w_label_error
- {
- position: absolute;
- font: normal normal bold 12px Arial, sans-serif;
- color: #f37516;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement