diff options
-rw-r--r-- | view/css/mod_events.css | 6 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 2ed0f2b0a..ef8a0c4f7 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -1,3 +1,9 @@ +/* fix borders */ +#events-calendar { + margin-left: -1px; + margin-bottom: -1px; +} + #event-desc-textarea, #event-location-textarea { width: 400px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a01517e2f..0b5b6ef80 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -847,6 +847,16 @@ nav .acpopup { cursor: pointer; } +.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; +} + .eventcal { float: left; font-size: 20px; |