You are here

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

.rooms-three-month-calendar {
  margin-bottom: 20px;
  position: relative;
  overflow-x: hidden;
}
.rooms-three-month-calendar ::-moz-selection {
  color: inherit;
  background: inherit;
}
.rooms-three-month-calendar ::selection {
  color: inherit;
  background: inherit;
}
.rooms-three-month-calendar .ajax-progress {
  position: absolute;
  top: 0;
  right: 0;
}
.calendar-set,
.calendar-navigation,
.calendar-management-form {
  margin-bottom: 20px;
}
.rooms-three-month-calendar .month1,
.rooms-three-month-calendar .month2,
.rooms-three-month-calendar .month3 {
  float: left; /* LTR */
  width: 33%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rooms-three-month-calendar .month1 {
  padding-left: 0; /* LTR */
}
.rooms-three-month-calendar .month3 {
  padding-right: 0; /* LTR */
}
@media (max-width: 570px) {
  .rooms-three-month-calendar .month1,
  .rooms-three-month-calendar .month2,
  .rooms-three-month-calendar .month3 {
    width: 100%;
    padding: 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.calendar-back,
.calendar-current,
.calendar-forward {
  float: left; /* LTR */
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar-back {
  text-align: left; /* LTR */
}
.calendar-current {
  text-align: center;
}
.calendar-forward {
  text-align: right; /* LTR */
}

.page-admin-rooms-units{
    font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.rooms-three-month-calendar .fc-content-skeleton .fc-event-container a {
  border-radius: 0px;
}

.rooms-three-month-calendar .fc-content-skeleton .fc-event-container .event-start {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  bottom: -8px;
  left: 0px;
  border-width: 8px;
}

.rooms-three-month-calendar .fc-content-skeleton .fc-event-container .event-end {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  bottom: -12px;
  left: 0px;
  border-width: 8px;
}

.rooms-three-month-calendar .fc-content-skeleton .fc-event-container .event-end {
  margin-bottom: 26px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg);
}

.rooms-three-month-calendar .rooms-calendar-second-row-events {
  margin-top: -15px;
}

File

modules/rooms_availability/css/rooms_three_month_calendar.css
View source
  1. .rooms-three-month-calendar {
  2. margin-bottom: 20px;
  3. position: relative;
  4. overflow-x: hidden;
  5. }
  6. .rooms-three-month-calendar ::-moz-selection {
  7. color: inherit;
  8. background: inherit;
  9. }
  10. .rooms-three-month-calendar ::selection {
  11. color: inherit;
  12. background: inherit;
  13. }
  14. .rooms-three-month-calendar .ajax-progress {
  15. position: absolute;
  16. top: 0;
  17. right: 0;
  18. }
  19. .calendar-set,
  20. .calendar-navigation,
  21. .calendar-management-form {
  22. margin-bottom: 20px;
  23. }
  24. .rooms-three-month-calendar .month1,
  25. .rooms-three-month-calendar .month2,
  26. .rooms-three-month-calendar .month3 {
  27. float: left; /* LTR */
  28. width: 33%;
  29. padding: 0 15px;
  30. -webkit-box-sizing: border-box;
  31. -moz-box-sizing: border-box;
  32. box-sizing: border-box;
  33. }
  34. .rooms-three-month-calendar .month1 {
  35. padding-left: 0; /* LTR */
  36. }
  37. .rooms-three-month-calendar .month3 {
  38. padding-right: 0; /* LTR */
  39. }
  40. @media (max-width: 570px) {
  41. .rooms-three-month-calendar .month1,
  42. .rooms-three-month-calendar .month2,
  43. .rooms-three-month-calendar .month3 {
  44. width: 100%;
  45. padding: 0 0 15px;
  46. -webkit-box-sizing: border-box;
  47. -moz-box-sizing: border-box;
  48. box-sizing: border-box;
  49. }
  50. }
  51. .calendar-back,
  52. .calendar-current,
  53. .calendar-forward {
  54. float: left; /* LTR */
  55. width: 33%;
  56. -webkit-box-sizing: border-box;
  57. -moz-box-sizing: border-box;
  58. box-sizing: border-box;
  59. }
  60. .calendar-back {
  61. text-align: left; /* LTR */
  62. }
  63. .calendar-current {
  64. text-align: center;
  65. }
  66. .calendar-forward {
  67. text-align: right; /* LTR */
  68. }
  69. .page-admin-rooms-units{
  70. font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  71. }
  72. .rooms-three-month-calendar .fc-content-skeleton .fc-event-container a {
  73. border-radius: 0px;
  74. }
  75. .rooms-three-month-calendar .fc-content-skeleton .fc-event-container .event-start {
  76. content: "";
  77. position: absolute;
  78. width: 0;
  79. height: 0;
  80. border-style: solid;
  81. border-color: transparent;
  82. border-bottom: 0;
  83. bottom: -8px;
  84. left: 0px;
  85. border-width: 8px;
  86. }
  87. .rooms-three-month-calendar .fc-content-skeleton .fc-event-container .event-end {
  88. content: "";
  89. position: absolute;
  90. width: 0;
  91. height: 0;
  92. border-style: solid;
  93. border-color: transparent;
  94. border-bottom: 0;
  95. bottom: -12px;
  96. left: 0px;
  97. border-width: 8px;
  98. }
  99. .rooms-three-month-calendar .fc-content-skeleton .fc-event-container .event-end {
  100. margin-bottom: 26px;
  101. transform: rotate(180deg);
  102. -ms-transform: rotate(180deg); /* IE 9 */
  103. -webkit-transform: rotate(180deg);
  104. }
  105. .rooms-three-month-calendar .rooms-calendar-second-row-events {
  106. margin-top: -15px;
  107. }