From 929f524e774e856c3ee5f65740614696089bd86a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 19 Nov 2015 11:17:24 +0100 Subject: css fixes --- view/css/mod_events.css | 6 ++++++ view/theme/redbasic/css/style.css | 10 ++++++++++ 2 files changed, 16 insertions(+) (limited to 'view') 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; -- cgit v1.2.3