|
|
@@ -170,6 +170,11 @@ be a descendant of the grid when it is being dragged.
|
|
|
z-index: 2; /* above the bg */
|
|
|
}
|
|
|
|
|
|
+.fc-time-grid-event .fc-time,
|
|
|
+.fc-time-grid-event .fc-title {
|
|
|
+ padding: 0 1px;
|
|
|
+}
|
|
|
+
|
|
|
.fc-time-grid-event .fc-time {
|
|
|
font-size: .85em;
|
|
|
white-space: nowrap;
|
|
|
@@ -210,6 +215,7 @@ be a descendant of the grid when it is being dragged.
|
|
|
|
|
|
.fc-time-grid-event.fc-short .fc-title {
|
|
|
font-size: .85em; /* make the title text the same size as the time */
|
|
|
+ padding: 0; /* undo padding from above */
|
|
|
}
|
|
|
|
|
|
/* resizer */
|