diff --git a/static/style.css b/static/style.css index 6a4df72..0953060 100644 --- a/static/style.css +++ b/static/style.css @@ -460,4 +460,25 @@ text-decoration: underline; margin-top: 20px; padding-top: 15px; border-top: 1px solid #ddd; +} +.weekday-selector { + + display: flex; + + flex-wrap: wrap; + + gap: 12px; + + margin-top: 10px; +} + +.weekday-selector label { + + font-weight: normal; + + display: flex; + + align-items: center; + + gap: 4px; } \ No newline at end of file diff --git a/templates/maintenance.html b/templates/maintenance.html index 54c02a6..648dcf6 100644 --- a/templates/maintenance.html +++ b/templates/maintenance.html @@ -84,75 +84,121 @@