From bf56be31ddaaee5333625e2f5a2e733f7651c7ef Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 21 Jan 2021 18:44:56 +0000 Subject: [PATCH] Ausbau jquery aus foto-ui und umstellung des foto ui auf flex-box, noch in arbeit --- web/ui2/stile.css | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 5eb5506..ee26277 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -42,7 +42,7 @@ height: 1.5em; overflow: hidden; transition: all 0.3s ease-in; - background-color: lightgray; + background-color: #fcfce1; } .west { flex-grow: 0; @@ -182,6 +182,22 @@ color: #b8b8b8; } +.close-btn-fuss { + /*position: absolute; + top: 0px; + right: 0.4em;*/ + float: right; + margin: 0; + padding: 0; + font-size: 1.3em; + color: #b8b8b8; +} + +.system-out { + height: 8em; + overflow-y: auto; +} + .figure { padding: 0.2em; margin: 0.2em; -- Gitblit v1.9.3