From ce5103be91203720cfafc335007aacfb7e4c60e3 Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Wed, 8 Mar 2017 22:24:28 +0100 Subject: frontend: doorsing supports now multible overlays, overlay name has to be send from backend --- .../locationinfo/frontend/doorsign.html | 99 +++++++++++++++------- 1 file changed, 69 insertions(+), 30 deletions(-) (limited to 'modules-available/locationinfo/frontend/doorsign.html') diff --git a/modules-available/locationinfo/frontend/doorsign.html b/modules-available/locationinfo/frontend/doorsign.html index 76a352ce..b01f520c 100755 --- a/modules-available/locationinfo/frontend/doorsign.html +++ b/modules-available/locationinfo/frontend/doorsign.html @@ -113,7 +113,7 @@ optional: } .roompadding { - + float: left; } .room { @@ -181,6 +181,15 @@ optional: display: inline-block; } + .OverlayDiv{ + position: absolute; + left: 0; + bottom: 0; + display: inline-block; + width: 100%; + height: 100%; + display: table; + } .pcImg { position: absolute; left: 0; @@ -190,14 +199,22 @@ optional: } .overlay{ - position: absolute; - left: 0; - top: 0; + position: relative; width: 50%; - height:50%; + height: 50%; + opacity: 0.5; + float:left; z-index: 5; } + .overlay-rollstuhl { + width: 25%; + height: 50%; + background-color: white; + opacity: 0.5; + float:left; + } + .wc-scrollable-grid { } @@ -250,16 +267,7 @@ optional: [class*="wc-day-"] { border-color: grey; } - .overlay1 { - width: 20%; - height: 50%; - left: 0; - top: 0; - bottom: auto; - right: auto; - background-color: white; - opacity: 0.5 - } +