From a52c39a698c68fa04789629a79c45ad1f882e627 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 19 May 2020 10:23:09 +0000
Subject: [PATCH] Stile des Rollen-Dialogs verfeinert

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

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 39008ba..89935dd 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -11,6 +11,8 @@
   height: 100%; /* Anmerkung 2 */
   font-size: larger;
   font-family: 'Roboto Condensed';
+	-webkit-text-size-adjust: none;
+	/* touch-action: manipulation;*/
 }
 body {
   min-height: 0; /* Anmerkung 1 */
@@ -119,13 +121,14 @@
 
 .del-user-btn {
   margin: 0 1.5em 0 1em;
-  height: 28px;
-  line-height: 24px;
+  margin-left: auto;
+  height: 32px;
+  line-height: 12px;
   text-align: center;
 }
 
 .danger-btn {
-  background-color: lightcoral;
+  background-color: #ffcccc;
 }
 
 /* Nutzerliste */
@@ -221,8 +224,13 @@
 /* Nutzer-Rollen */
 
 .rollen-ansicht-titel {
+  display: flex;
+  flex-flow: row;
+  align-items: center;
+  align-self: stretch;
   margin: 0;
   padding: 0;
+  vertical-align: central;
 }
 
 .rollen-ueberschrift {

--
Gitblit v1.9.3