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.css137
1 files changed, 116 insertions, 21 deletions
diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css
index 8f516465..0ee6d923 100644
--- a/modules-available/roomplanner/style.css
+++ b/modules-available/roomplanner/style.css
@@ -112,11 +112,6 @@ div.vertical div.img {
[itemlook="door-wn"] { background: url('images/wall/door-wn.png') no-repeat;}
[itemlook="door-ws"] { background: url('images/wall/door-ws.png') no-repeat;}
-[itemlook="copier"] {
- background: url('images/electricalDevices_wIP/copier.png') no-repeat;
- }
-
-
[itemlook|="pc"] {
border: 1px solid #999;
border-radius: 4px;
@@ -139,30 +134,102 @@ div.vertical div.img {
}
-[itemlook="printer"] {
- background: url('images/electricalDevices_wIP/printer.png') no-repeat;
+[itemlook="copier-east"] {
+ background: url('images/electricalDevices_wIP/copier-east.png') no-repeat;
+}
- }
+[itemlook="copier-south"] {
+ background: url('images/electricalDevices_wIP/copier-south.png') no-repeat;
+}
-[itemlook="telephone"] {
- background: url('images/electricalDevices_wIP/telephone.png') no-repeat;
+[itemlook="copier-west"] {
+ background: url('images/electricalDevices_wIP/copier-west.png') no-repeat;
+}
- }
+[itemlook="copier-north"] {
+ background: url('images/electricalDevices_wIP/copier-north.png') no-repeat;
+}
-[itemlook="flatscreen"] {
- background: url('images/electricalDevices_woIP/flatscreen.png') no-repeat;
+[itemlook="printer-east"] {
+ background: url('images/electricalDevices_wIP/printer-east.png') no-repeat;
+}
- }
+[itemlook="printer-south"] {
+ background: url('images/electricalDevices_wIP/printer-south.png') no-repeat;
+}
-[itemlook="lamp"] {
- background: url('images/electricalDevices_woIP/lamp.png') no-repeat;
+[itemlook="printer-west"] {
+ background: url('images/electricalDevices_wIP/printer-west.png') no-repeat;
+}
- }
+[itemlook="printer-north"] {
+ background: url('images/electricalDevices_wIP/printer-north.png') no-repeat;
+}
-[itemlook="tvcamera"] {
- background: url('images/electricalDevices_woIP/tvcamera.png') no-repeat;
+[itemlook="telephone-east"] {
+ background: url('images/electricalDevices_wIP/telephone-east.png') no-repeat;
+}
+
+[itemlook="telephone-south"] {
+ background: url('images/electricalDevices_wIP/telephone-south.png') no-repeat;
+}
+
+[itemlook="telephone-west"] {
+ background: url('images/electricalDevices_wIP/telephone-west.png') no-repeat;
+}
+
+[itemlook="telephone-north"] {
+ background: url('images/electricalDevices_wIP/telephone-north.png') no-repeat;
+}
- }
+
+[itemlook="flatscreen-east"] {
+ background: url('images/electricalDevices_woIP/flatscreen-east.png') no-repeat;
+}
+
+[itemlook="flatscreen-south"] {
+ background: url('images/electricalDevices_woIP/flatscreen-south.png') no-repeat;
+}
+
+[itemlook="flatscreen-west"] {
+ background: url('images/electricalDevices_woIP/flatscreen-west.png') no-repeat;
+}
+
+[itemlook="flatscreen-north"] {
+ background: url('images/electricalDevices_woIP/flatscreen-north.png') no-repeat;
+}
+
+[itemlook="lamp-east"] {
+ background: url('images/electricalDevices_woIP/lamp-east.png') no-repeat;
+}
+
+[itemlook="lamp-south"] {
+ background: url('images/electricalDevices_woIP/lamp-south.png') no-repeat;
+}
+
+[itemlook="lamp-west"] {
+ background: url('images/electricalDevices_woIP/lamp-west.png') no-repeat;
+}
+
+[itemlook="lamp-north"] {
+ background: url('images/electricalDevices_woIP/lamp-north.png') no-repeat;
+}
+
+[itemlook="tvcamera-east"] {
+ background: url('images/electricalDevices_woIP/tvcamera-east.png') no-repeat;
+}
+
+[itemlook="tvcamera-south"] {
+ background: url('images/electricalDevices_woIP/tvcamera-south.png') no-repeat;
+}
+
+[itemlook="tvcamera-west"] {
+ background: url('images/electricalDevices_woIP/tvcamera-west.png') no-repeat;
+}
+
+[itemlook="tvcamera-north"] {
+ background: url('images/electricalDevices_woIP/tvcamera-north.png') no-repeat;
+}
[itemlook="4chairs1squaretable"] {
background: url('images/furniture/4chairs1squaretable.png') no-repeat;
@@ -795,7 +862,7 @@ div.ui-draggable:hover > .pcHandle {
border-top: 1px solid #bbb;
}
-.machine-entry-header {
+div.machine-entry-header {
font-weight: bolder;
font-size: 18px;
}
@@ -804,3 +871,31 @@ div.ui-draggable:hover > .pcHandle {
max-height : 600px;
}
+.tooltip-inner {
+ min-width: 300px;
+ max-width: 900px;
+}
+
+.tooltip-inner table {
+ border-collapse:collapse;
+ text-align: left;
+ margin-bottom: 10px;
+}
+
+.tooltip-inner tr {
+ border-top: 1px solid #bbb;
+}
+
+.tooltip-inner td {
+ display:table-cell;
+ padding: 2px;
+}
+
+.tooltip-inner tr:first-child {
+ font-weight: bold;
+ font-size: 16px;
+ padding-bottom: 5px;
+ white-space: nowrap;
+ border: none;
+ text-align: center;
+}