From 7942edb97bd321676a1bb5be2d054b6d9e45de35 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 23 Jul 2020 11:47:10 +0200 Subject: [PATCH] Fix missing CSS parts in calendar's template --- calendar/templates/default/app.css | 4 ++-- calendar/templates/mobile/app.css | 4 ++-- calendar/templates/pixelegg/app.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 0645d84c66..5e7ba7432d 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -98,8 +98,8 @@ #calendar-sidebox_header_go, #calendar-sidebox_header_today { position: absolute !important; - width: 12.0px; - height: 12.0px; + width: 12px; + height: 12px; top: 28px; z-index: 1; overflow: hidden; diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index 3ff99d9eed..e640d6ba96 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -119,8 +119,8 @@ #calendar-sidebox_header_go, #calendar-sidebox_header_today { position: absolute !important; - width: 12.0px; - height: 12.0px; + width: 12px; + height: 12px; top: 28px; z-index: 1; overflow: hidden; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 8c93f2ffe9..75574cc8c7 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -107,8 +107,8 @@ #calendar-sidebox_header_go, #calendar-sidebox_header_today { position: absolute !important; - width: 12.0px; - height: 12.0px; + width: 12px; + height: 12px; top: 28px; z-index: 1; overflow: hidden;