From 7307d28e537622b8ad259720cd988d98160e3960 Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 30 Mar 2021 11:57:16 -0600 Subject: [PATCH] Calendar: Add some space beween categories and filter --- calendar/templates/default/app.css | 1 + calendar/templates/pixelegg/app.css | 1 + 2 files changed, 2 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index e3a06c093e..f1c65c78d9 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -79,6 +79,7 @@ } #calendar-sidebox_cat_id { width: 90%; + margin-bottom: 10px; } #calendar-sidebox_cat_id ~ * { vertical-align: top; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index e4a795ca7b..a471d3dd14 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -89,6 +89,7 @@ } #calendar-sidebox_cat_id { width: 90%; + margin-bottom: 10px; } #calendar-sidebox_cat_id ~ * { vertical-align: top;