From 1eff71056e81480885174d17a29612970d35c2ff Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 20 Sep 2022 13:06:40 +0200 Subject: [PATCH] Fix calendar date indicator not being as same height as other nm fields --- calendar/templates/default/app.css | 2 +- calendar/templates/pixelegg/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 30809b548e..897672ec44 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1455,7 +1455,7 @@ img.calendar_print_button, img.calendar_print_appicon { #calendar-toolbar_app_header { color: #000; font-size: 14px; - height: 1.7em; + height: 1.6em; padding: 4px 3px 3px; background: #b4cee773; border-radius: 3px; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 89f52dbc4d..45f2b4ec4d 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1412,7 +1412,7 @@ img.calendar_print_appicon { #calendar-toolbar_app_header { color: #000; font-size: 14px; - height: 1.7em; + height: 1.6em; padding: 4px 3px 3px; background: #b4cee773; border-radius: 3px;