From 4a3508440e4c01f1958ceb3baa75adff7e002fd5 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 21 Apr 2021 07:01:15 +0000
Subject: [PATCH] Gestaltung der Schaltansicht fuer Geraete angepasst

---
 www/ui/app.css |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 53 insertions(+), 5 deletions(-)

diff --git a/www/ui/app.css b/www/ui/app.css
index 5799afd..cd3b9c9 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -164,8 +164,58 @@
 .entity-formular {
   display: flex;
   flex-flow: column;
-  user-select: none;
   font-size: smaller;
+}
+
+.geraet-schalt-eintrag {
+  display: flex;
+  flex-flow: row;
+  /* justify-content: center; */
+  align-items: center;
+  font-size: smaller;
+  padding: 0 0 0.2rem 0;
+}
+
+.schalt-geraet-name {
+  /* background-color: red; */
+  padding: 0 0 0 0.2rem;
+}
+
+.schalt-geraet-false {
+  color: red;
+}
+
+.schalt-geraet-true {
+  color: green;
+  font-weight: bold;
+}
+
+.schalt-btn {
+  display: inline-block;
+  height: 38px;
+  /* padding: 0 30px; */
+  text-align: center;
+  font-size: 11px;
+  font-weight: 600;
+  line-height: 38px;
+  letter-spacing: .1rem;
+  text-transform: uppercase;
+  text-decoration: none;
+  white-space: nowrap;
+  /* background-color: transparent;*/
+  border-radius: 4px;
+  border: 1px solid #bbb;
+  cursor: pointer;
+  box-sizing: border-box;
+  margin: 0 0.2rem 0 0;
+}
+
+.schalt-btn-ein {
+  color: green;  
+}
+
+.schalt-btn-aus {
+  color: red;
 }
 
 .entity-liste-kopf {
@@ -185,11 +235,9 @@
   user-select: none; 
 }
 
-/*
-.entity-element:focus {
-  outline: none;
+.entity-form-element {
+  margin: 0.4rem;
 }
-*/
 
 .entity-element:hover {
   background-color: #ececec;

--
Gitblit v1.9.3