|
|
@@ -2,11 +2,11 @@
|
|
|
/* AgendaView all-day area
|
|
|
--------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
-.fc-agenda-view tbody .fc-row {
|
|
|
+.fc-agenda-view .fc-day-grid .fc-row {
|
|
|
min-height: 3em; /* all-day section will never get shorter than this */
|
|
|
}
|
|
|
|
|
|
-.fc-agenda-view tbody .fc-row .fc-content-skeleton {
|
|
|
+.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
|
|
|
padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
|
|
|
}
|
|
|
|