From 66b038aa9d5442717411927b0380f0e0e7954eab Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Thu, 2 Mar 2017 18:14:34 -0500 Subject: code reformat --- .../locationinfo/frontend/multidoorsign.html | 445 ++++++++++----------- 1 file changed, 206 insertions(+), 239 deletions(-) (limited to 'modules-available/locationinfo/frontend') diff --git a/modules-available/locationinfo/frontend/multidoorsign.html b/modules-available/locationinfo/frontend/multidoorsign.html index afe33472..953db690 100755 --- a/modules-available/locationinfo/frontend/multidoorsign.html +++ b/modules-available/locationinfo/frontend/multidoorsign.html @@ -40,10 +40,10 @@ optional: font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; margin: 0; width: 100%; - height:100%; + height: 100%; float: left; box-sizing: border-box; - display:flex; + display: flex; background-color: #cacaca; overflow: hidden; @@ -51,7 +51,7 @@ optional: .row { background-color: #404040; - box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.25); + box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.25); margin-bottom: 4px; width: 100%; @@ -64,7 +64,8 @@ optional: padding: 0; height: 8vw; } - .progressbar{ + + .progressbar { width: 0px; height: 2px; position: absolute; @@ -72,6 +73,7 @@ optional: bottom: 0px; z-index: 1; } + .font { display: table-cell; vertical-align: middle; @@ -109,16 +111,11 @@ optional: boxSizing: border-box; } - .roompadding{ - - + .roompadding { } - - - - .room{ + .room { position: relative; background-color: white; width: 100%; @@ -136,7 +133,6 @@ optional: dboxSizing: border-box; background: linear-gradient(#cccccc, white); - } .free-busy-busy { @@ -236,29 +232,6 @@ optional: border-color: grey; } - /* - @media (max-width: 1200px) { - .square { - height: 60px; - width: 60px; - } - - .FreeSeatsFont { - font-size: 45px; - } - - .font { - font-size: 26px; - } - - .header { - height: 60px; - - } - */ - - - } - - -- cgit v1.2.3-55-g7522