summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-17 16:52:02 +0200
committerSimon Rettberg2019-07-17 16:52:02 +0200
commit3da096142d44c31e180fb54c02ae9e9ff01b7dda (patch)
treec715a36c2fbbcd8e17bf7f80395fd4677416ec95 /modules-available/roomplanner/style.css
parent[roomplanner] Use .cachedScript() from slx-fixes (diff)
downloadslx-admin-3da096142d44c31e180fb54c02ae9e9ff01b7dda.tar.gz
slx-admin-3da096142d44c31e180fb54c02ae9e9ff01b7dda.tar.xz
slx-admin-3da096142d44c31e180fb54c02ae9e9ff01b7dda.zip
[roomplanner] First prototype of composed room editor
Saving/loading works, but no entry is generated for pvs.ini. Also this approach fails to meaningfully handle rooms with two removable walls where you also want to use both possible combinations of two combined rooms and a single one.
Diffstat (limited to 'modules-available/roomplanner/style.css')
-rw-r--r--modules-available/roomplanner/style.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css
index f1dd994a..8f516465 100644
--- a/modules-available/roomplanner/style.css
+++ b/modules-available/roomplanner/style.css
@@ -23,6 +23,41 @@ body {
/* end full screen changes */
+/* sort mode for composed rooms */
+
+#roomsort div.img {
+ border: none;
+}
+
+div.box1 {
+ padding: 2px;
+}
+
+div.horizontal div.box1 {
+ float: left;
+ display: inline-table;
+}
+
+div.horizontal div.name {
+ width: 5px;
+ overflow: visible;
+ height: 1em;
+}
+
+div.vertical div.box2 {
+ float: left;
+}
+
+div.vertical div.name {
+ float: right;
+}
+
+div.vertical div.img {
+ float: left;
+}
+
+/* end sort mode for composed rooms */
+
#drawpanel {
position:relative;}