From a2af6429f251487825ab7504b35fe829c963d670 Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Tue, 7 Mar 2017 00:05:40 +0100 Subject: frontend: doorsing has now the ability to show overlays, but backend functionallity is required --- .../locationinfo/frontend/doorsign.html | 66 ++++++++++++++++++++-- 1 file changed, 60 insertions(+), 6 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 21e2d5eb..b096ec33 100755 --- a/modules-available/locationinfo/frontend/doorsign.html +++ b/modules-available/locationinfo/frontend/doorsign.html @@ -63,6 +63,7 @@ optional: color: white; padding: 0; height: 8vw; + } .progressbar { @@ -173,10 +174,28 @@ optional: overflow: visible; } - .pcImg { + .PCImgDiv{ position: absolute; left: 0; bottom: 0; + display: inline-block; + + } + .pcImg { + position: absolute; + left: 0; + top: 0; + width: 100%; + height:100%; + + } + .overlay{ + position: absolute; + left: 0; + top: 0; + width: 50%; + height:50%; + z-index: 5; } .wc-scrollable-grid { @@ -231,7 +250,16 @@ 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 + }