From ff0d36a3f1c4211f723951f83845cf0f12fcdf9a Mon Sep 17 00:00:00 2001 From: milan Date: Thu, 14 Nov 2024 18:55:20 +0100 Subject: [PATCH] calendar print view fix item sizes Regarding Ticket #100521 --- calendar/templates/default/app.css | 5 +++-- calendar/templates/pixelegg/app.css | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 05a8c54e73..6c3d3f660b 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1427,9 +1427,10 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_freetime_header { font-size: 120%; font-weight: bold; } .calendar_freetime_timeframe { position: relative;} -img.calendar_print_button, img.calendar_print_appicon { +et2-image.calendar_print_button, et2-appicon.calendar_print_appicon, et2-appicon.calendar_print_appicon img { height: 24px; - width: 24px; + width: 26px; + font-size: 24px; } /*Sortable views*/ diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index bf7e7ed43c..ffc7c726fe 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1388,10 +1388,12 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_freetime_timeframe { position: relative; } -img.calendar_print_button, -img.calendar_print_appicon { +et2-image.calendar_print_button, +et2-appicon.calendar_print_appicon, +et2-appicon.calendar_print_appicon img { height: 24px; - width: 24px; + width: 26px; + font-size: 24px; } /*Sortable views*/ .srotable_cal_wk_ph {