diff --git a/assets/templates/manage.tpl b/assets/templates/manage.tpl index d00a321..8624d2b 100644 --- a/assets/templates/manage.tpl +++ b/assets/templates/manage.tpl @@ -5,24 +5,52 @@ body { display: flex; justify-content: center; - align-items: stretch; + align-items: center; + flex-direction: column; height: 100%; } + body>div, body>form { + margin-top: 10px; + } + canvas.lights { background-color: gray; } + + div#header { + display: flex; + align-items: center; + font-size: 1.5em; + } + + div#header>form>button { + font-size: 1em; + } + + div#header>form { + border: 1px dashed gray; + margin: 0px; + margin-left: 10px; + } + + #statusButton>button { + font-size: 2.5em; + border: 1px solid gray; + } - -
Hello {{employeeData[0]}} (Raum {{employeeData[1]}}).
-
- -
-
+
+ +