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 | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 89935dd..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 { @@ -108,6 +109,10 @@ .zurueck-btn:hover { color: #888; +} + +.top-btn-area { + /*margin-left: auto;*/ } .top-btn { @@ -162,6 +167,7 @@ flex-flow: column; position: relative; transition: all 0.3s ease-in; + height: 100%; /* white-space: nowrap; */ } -- Gitblit v1.9.3