summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/roomplanner/style.css')
-rw-r--r--modules-available/roomplanner/style.css27
1 files changed, 19 insertions, 8 deletions
diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css
index 9fa19e8c..abf47fc4 100644
--- a/modules-available/roomplanner/style.css
+++ b/modules-available/roomplanner/style.css
@@ -1,15 +1,26 @@
@CHARSET "UTF-8";
-body.split #drawpanel {
- width:60%;
- float: right;}
+/* override style to make the room planner full screen */
+body {
+ width: 100%;
+ margin: 0;
+}
-body.full #drawpanel {
- width:90%;
- float: none;
- margin: 0 auto 20px;
- }
+.sidebar-bg, .navbar {
+ display: none;
+}
+
+#mainpage {
+ position: static;
+ width: 100%;
+ max-width: 100%;
+ left: 0px;
+ top: 0px;
+ margin: 0;
+}
+
+/* end full screen changes */
#drawpanel {
position:relative;}