From 85fc1c91141df28af0578460f77ce87594858f60 Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Sun, 18 Dec 2016 21:10:04 +0100 Subject: frontend: frontend now supports direkt calendar query if backends sends query url --- .../locationinfo/frontend/doorsign.html | 248 +++++++++++---------- 1 file changed, 132 insertions(+), 116 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 2ad34768..2b2ce50f 100755 --- a/modules-available/locationinfo/frontend/doorsign.html +++ b/modules-available/locationinfo/frontend/doorsign.html @@ -49,6 +49,7 @@ optional: width: 100%; } + .header { display: table; color: white; @@ -88,7 +89,6 @@ optional: width: 33%; } - .roomLayoutDesign { position: relative; background: linear-gradient(#cccccc, white); @@ -141,7 +141,6 @@ optional: overflow: visible; } - .pcImg { position: absolute; left: 0; @@ -191,57 +190,70 @@ optional: -khtml-border-left-right-radius: 0; border-top-left-radius: 0; } + .wc-scrollable-grid .wc-day-column-first { - border-style:solid; + border-style: solid; } + [class*="wc-day-"] { border-color: grey; } - @media (max-width: 1200px){ + @media (max-width: 1200px) { .square { height: 60px; width: 60px; } + .FreeSeatsFont { font-size: 45px; } + .font { font-size: 26px; } + .header { height: 60px; } } - @media (max-width: 800px){ + + @media (max-width: 800px) { .square { height: 50px; width: 50px; } + .FreeSeatsFont { font-size: 35px; } + .font { font-size: 20px; } + .header { height: 50px; } } - @media (max-width: 600px){ + + @media (max-width: 600px) { .square { height: 40px; width: 40px; } + .FreeSeatsFont { font-size: 30px; } + .font { font-size: 18px; } + .header { height: 40px; @@ -251,7 +263,6 @@ optional: