aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-12-16 13:57:57 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-12-16 13:57:57 +0100
commit31be7d12b8c9b1a2ad163e65808a28656adfbb45 (patch)
tree55a8d9d2e3e07e658a8d7a85be4926ba0ce75beb /public/stylesheets/style.css
parentb6542a78c14b3d2e350b6620272a88094abda1c1 (diff)
add ability to scroll week selector away
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r--public/stylesheets/style.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index ab046ac..3ba1e4c 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -5,11 +5,6 @@
html, body {
margin: 0;
font-family: 'Roboto', sans-serif;
- display: flex;
- -js-display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
}
.other {
@@ -23,9 +18,7 @@ html, body {
background-color: #F44336;
margin: 0 auto;
width: 100%;
- position: absolute;
- /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
- /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
+ position: fixed;
box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.06), 0 0.5px 1px rgba(0,0,0,0.12);
}
@@ -128,10 +121,6 @@ li:hover {
}
#schedule {
- flex-grow: 1;
- width: 100vw;
- border: 0;
- padding: 0;
overflow: auto;
}
@@ -389,4 +378,12 @@ body.no-input #week-selector {
justify-content: center;
align-items: center;
background-color: #ececec;
+}
+
+body.week-selector-not-visible #search {
+ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
+}
+
+body.week-selector-not-visible #week-selector {
+ box-shadow: inherit;
} \ No newline at end of file