Calendar: Slightly adjust spacing of calendar sidebox today button

This commit is contained in:
nathangray 2019-11-01 14:25:08 -06:00
parent 476cb8a63a
commit e3d30f1742
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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;