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  
  - /* 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;
- }