From e62473b629b362808fe6dd3958389454ac854519 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed <ulrich@ulrich-vaio>
Date: Tue, 19 May 2020 13:12:08 +0000
Subject: [PATCH] In Arbeit: Piktogramme, Abmelden, Stile verfeinert

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

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index e85cc03..de58c20 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -32,7 +32,9 @@
   display: flex;
   flex-flow: row;
   height: 2em;
+  justify-content: space-between;
   align-items: center;
+  /*align-self: stretch;*/
 }
 .sued {
   height: 1.5em;
@@ -71,7 +73,6 @@
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
-  -webkit-overflow-scrolling: touch;
 }
 
 .zentraler-inhalt {
@@ -110,6 +111,10 @@
   color: #888;
 }
 
+.top-btn-area {
+  /*margin-left: auto;*/
+}
+
 .top-btn {
   margin: 0 1em 0 1em;
   height: 28px;
@@ -121,13 +126,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 */
@@ -161,6 +167,7 @@
   flex-flow: column;
   position: relative;
   transition: all 0.3s ease-in;
+  height: 100%;
   /* white-space: nowrap; */
 }
 
@@ -223,8 +230,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