You are here

rooms_date_range_fields.css in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

/* Theming for rooms date range fields. */

.rooms-date-range .start-date,
.rooms-date-range .end-date {
  display: inline-block;
  clear: none;
  margin: 0;
}

.rooms-date-range .start-date {
  margin-right: 20px; /* LTR */
}


/* Start and end date fields */
.js .rooms-date-range .description {
  display: none;
}
.rooms-date-range .form-text {
  width: 10em;
}
.rooms-date-range .form-item {
  margin-right: 0;
}
.rooms-date-range .container-inline-date > .form-item {
  margin-right: 0;
  display: block;
}
.rooms-date-range .container-inline-date .form-item .form-item {
  float: none;
}
.rooms-date-range .container-inline-date .form-item input {
  margin-right: 0;
  width: 10em;
}
.rooms-date-range .form-type-textfield label {
  display: none;
}
.rooms-date-range .date-padding,
.rooms-date-range .container-inline-date .date-padding {
  padding: 0;
  float: none;
}

File

css/rooms_date_range_fields.css
View source
  1. /* Theming for rooms date range fields. */
  2. .rooms-date-range .start-date,
  3. .rooms-date-range .end-date {
  4. display: inline-block;
  5. clear: none;
  6. margin: 0;
  7. }
  8. .rooms-date-range .start-date {
  9. margin-right: 20px; /* LTR */
  10. }
  11. /* Start and end date fields */
  12. .js .rooms-date-range .description {
  13. display: none;
  14. }
  15. .rooms-date-range .form-text {
  16. width: 10em;
  17. }
  18. .rooms-date-range .form-item {
  19. margin-right: 0;
  20. }
  21. .rooms-date-range .container-inline-date > .form-item {
  22. margin-right: 0;
  23. display: block;
  24. }
  25. .rooms-date-range .container-inline-date .form-item .form-item {
  26. float: none;
  27. }
  28. .rooms-date-range .container-inline-date .form-item input {
  29. margin-right: 0;
  30. width: 10em;
  31. }
  32. .rooms-date-range .form-type-textfield label {
  33. display: none;
  34. }
  35. .rooms-date-range .date-padding,
  36. .rooms-date-range .container-inline-date .date-padding {
  37. padding: 0;
  38. float: none;
  39. }