From e3d30f174238e24688d7f9ebba630da4d4eb0c7d Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 1 Nov 2019 14:25:08 -0600 Subject: [PATCH] Calendar: Slightly adjust spacing of calendar sidebox today button --- calendar/templates/pixelegg/app.css | 3 ++- calendar/templates/pixelegg/app.less | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index d8e3bd7bfe..0d1b753f54 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -2663,8 +2663,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { background-color: transparent; } #calendar-sidebox_header_today { - width: 20px; + width: 19px; height: 20px; + margin-left: 6px; background-image: url('../../../pixelegg/images/bullet.svg'); text-indent: 140%; border: none; diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 74d7480ac0..03b6c9b4dd 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -1193,9 +1193,10 @@ div#calendar-container { } } #calendar-sidebox_header_today { - width: 20px; + width: 19px; height: 20px; + margin-left: 6px; background-image: url('../../../pixelegg/images/bullet.svg'); text-indent: 140%; border: none;