From 998744084264dcf4fbbd2c52ab76cf392803fb05 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 9 Dec 2016 15:14:15 +0100 Subject: switched to non-iframe schedule viewer --- public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5c51bb4..616126e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -132,6 +132,7 @@ li:hover { width: 100vw; border: 0; padding: 0; + overflow: auto; } body.searched #search-space-filler { -- cgit v1.1 From cc60c30509e5b084f2b0c01ba22a6e43a446887f Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 9 Dec 2016 23:02:52 +0100 Subject: add week selector --- public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 616126e..86f232e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -177,6 +177,10 @@ body.searched #search-space-filler { justify-content: center; } +#week-selector .current.changed { + font-weight: bold; +} + #week-selector button { background: transparent; color: white; -- cgit v1.1