diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-04-20 15:58:14 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-04-20 15:58:14 (GMT) |
commit | 16b507e9ab3b7d9bfbe72319d2197cea98905294 (patch) | |
tree | acc475be6eda15d098b166f7f37ebd6d0b75a572 /www/styles | |
parent | aff9aaaa27bfb989432e23c768b2ec52fc8e70f7 (diff) |
rewrite auth and apps
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index fc7e357..969dcc6 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -32,6 +32,14 @@ body { width: 100% !important; } +#loginbox, #mainwindow { + display: none; +} + +#app-shows, #app-jingles, #app-musicpools, #app-musicgrid { + display: none; +} + .progress { margin-bottom: 0; } |