diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 19:24:31 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 19:24:31 +0100 |
commit | 186b477085d63e23566d9ac4c11a36cde178e14e (patch) | |
tree | 00219de4f0cd004d8ec87555d2ad2133a5df9339 /public/stylesheets/style.css | |
parent | f6bd3626cc83a68f38493edd96b871e94d54d60d (diff) |
hide week selector when didn't search
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r-- | public/stylesheets/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c136867..78974fb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -117,8 +117,8 @@ li:hover { padding: 0; } -#search-space-filler { - height: 73px; +body.searched #search-space-filler { + height: 70px; } .autocomplete-wrapper { @@ -208,11 +208,15 @@ ul a { display: none; } +body.no-input #week-selector { + display: none; +} + @media screen and (min-height: 400px) { body.no-input { background-color: #ececec; } - + body.no-input #search { height: 100%; background-color: #ececec; |