summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-07 12:33:18 +0200
committerSimon Rettberg2016-09-07 12:33:18 +0200
commit6668e880eb36f89c6f92cbcd4c13aa4c63905d0a (patch)
tree15bba97b6be165352cfb709db36af044be530a0b /modules-available/roomplanner/style.css
parentUse gzip output handler for AJAX too (diff)
downloadslx-admin-6668e880eb36f89c6f92cbcd4c13aa4c63905d0a.tar.gz
slx-admin-6668e880eb36f89c6f92cbcd4c13aa4c63905d0a.tar.xz
slx-admin-6668e880eb36f89c6f92cbcd4c13aa4c63905d0a.zip
[roomplanner] Make grid area higher, update slider when clicking (+) and (-)
Diffstat (limited to 'modules-available/roomplanner/style.css')
-rw-r--r--modules-available/roomplanner/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css
index abf47fc4..a6e8a859 100644
--- a/modules-available/roomplanner/style.css
+++ b/modules-available/roomplanner/style.css
@@ -4,6 +4,7 @@
body {
width: 100%;
+ height: 100%;
margin: 0;
}
@@ -33,7 +34,8 @@ body {
padding:0;
margin: 0;
overflow: hidden;
- height: 350px;}
+ height: 600px;
+}
#scaleContainer {
position: absolute;