diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_events.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index dd1b8afd4..dc1dc902f 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -4,6 +4,16 @@ margin-bottom: -1px; } +.fc-unthemed th, +.fc-unthemed td, +.fc-unthemed thead, +.fc-unthemed tbody, +.fc-unthemed .fc-divider, +.fc-unthemed .fc-row, +.fc-unthemed .fc-popover { + border-color: #ccc !important; +} + #events-spinner .spinner { margin-top: 9px; margin-bottom: -9px; @@ -32,3 +42,11 @@ .event-description { margin-top: 10px; } + +#event-upload-form { + margin-top: 10px; +} + +#event-upload-choose { + width: 100%; +} |