From 13c5b371805e0405dfc640042a86368b45687d17 Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Sat, 4 Feb 2017 17:47:03 +0100 Subject: rooms will now bee shown --- modules-available/locationinfo/frontend/panel.html | 356 ++++++++++++++++++--- 1 file changed, 319 insertions(+), 37 deletions(-) (limited to 'modules-available/locationinfo/frontend/panel.html') diff --git a/modules-available/locationinfo/frontend/panel.html b/modules-available/locationinfo/frontend/panel.html index c3316603..83291ef3 100644 --- a/modules-available/locationinfo/frontend/panel.html +++ b/modules-available/locationinfo/frontend/panel.html @@ -44,6 +44,7 @@ text-align: center; font-size: 3vw; font-weight: 800; + border-radius: 0.4vw; } @@ -72,9 +73,9 @@ { margin: 0 auto; background-color: #fff; - -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.4), inset 0 0 1vw rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.4), inset 0 0 1vw rgba(0, 0, 0, 0.1); + box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.4), inset 0 0 1vw rgba(0, 0, 0, 0.1); border-radius: 1px; } @@ -82,16 +83,276 @@ -

Only Testing

- +

Only Testing

-- cgit v1.2.3-55-g7522