From f7254551bdefb51624b4a26940543235e07db48f Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed <ulrich@ulrich-vaio>
Date: Sun, 17 May 2020 11:56:42 +0000
Subject: [PATCH] Nutzer loeschen und Dialog zur Bestaetigung

---
 web/ui2/stile.css |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 02093d1..ec9221c 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -108,11 +108,21 @@
 
 .top-btn {
   margin: 0 1em 0 1em;
-
   height: 28px;
   line-height: 24px;
   text-align: center;
   font-size: large;
+}
+
+.del-user-btn {
+  margin: 0 1.5em 0 1em;
+  height: 28px;
+  line-height: 24px;
+  text-align: center;
+}
+
+.danger-btn {
+  background-color: lightcoral;
 }
 
 /* Nutzerliste */
@@ -218,8 +228,8 @@
   height: 2.5em;
   padding: 0 0.5em;
   margin: 0.2em;
-  background-color: lightcoral;
   text-transform: none;
+  background-color: #fff8c4;
   font-size: medium;
 }
 
@@ -227,7 +237,7 @@
   height: 2.5em;
   padding: 0 0.5em;
   margin: 0.2em;
-  background-color: darkseagreen;
+  background-color: #fff8c4;
   text-transform: none;
   font-size: medium;
 }
@@ -363,6 +373,13 @@
   transition-delay: 0.075s;
 }
 
+@font-face {
+  font-family: 'Roboto Condensed';
+  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
+  font-weight: normal;
+  font-style: normal;
+}
+
 /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
 
 @font-face {

--
Gitblit v1.9.3