aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-28 01:45:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-28 01:45:33 +0200
commit47cea7900fe292eda547bf4e14023ccb90ae1960 (patch)
tree0fd3556d9ee9426ba70e036795503c903dc5cc9a
parentFix overview spelling. (diff)
downloadcalp-47cea7900fe292eda547bf4e14023ccb90ae1960.tar.gz
calp-47cea7900fe292eda547bf4e14023ccb90ae1960.tar.xz
Fix week number display in small calendar.
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 0072c5f7..b692d5b9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -223,6 +223,10 @@ Each event within the eventlist
.small-calendar .row-head {
grid-column: 1;
border-right: 1px solid black;
+
+ /* Sort of hack to get week numbers looking ok */
+ justify-content: right;
+ padding-right: 5px;
}
.small-calendar .column-head {