From 80269a1b29d06eba178ee84cf3d7fcfa4f432b4a Mon Sep 17 00:00:00 2001 From: ulrich Date: Tue, 19 May 2020 11:33:41 +0000 Subject: [PATCH] Stile verfeinert --- web/ui2/stile.css | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 4cb0d21..de58c20 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 */ @@ -30,7 +32,9 @@ display: flex; flex-flow: row; height: 2em; + justify-content: space-between; align-items: center; + /*align-self: stretch;*/ } .sued { height: 1.5em; @@ -69,13 +73,18 @@ height: 100%; overflow-x: hidden; overflow-y: auto; - -webkit-overflow-scrolling: touch; } .zentraler-inhalt { padding: 0.5em; + overflow-x: hidden; + overflow-y: auto; } +.zentrum-liste { + overflow-x: hidden; + overflow-y: auto; +} /* Anmerkungen: 1.) min.height: 0 fuer body und inhalt ist gegen einen Bug, vgl. @@ -102,6 +111,10 @@ color: #888; } +.top-btn-area { + /*margin-left: auto;*/ +} + .top-btn { margin: 0 1em 0 1em; height: 28px; @@ -113,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 */ @@ -153,6 +167,7 @@ flex-flow: column; position: relative; transition: all 0.3s ease-in; + height: 100%; /* white-space: nowrap; */ } @@ -215,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