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 |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 6935c4b..ee26277 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -35,13 +35,14 @@
   height: 2em;
   align-items: center;
   margin: 0;
-  padding: 0;
+  padding: 0;  
+  justify-content:space-between;  
 }
 .sued {
   height: 1.5em;
   overflow: hidden;
   transition: all 0.3s ease-in;
-  background-color: lightgray;
+  background-color: #fcfce1;
 }
 .west {
   flex-grow: 0;
@@ -179,6 +180,22 @@
   padding: 0;
   font-size: 1.3em;
   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 {
@@ -408,6 +425,15 @@
   transition-delay: 0.075s;
 }
 
+/* Fonts */
+
+@font-face {
+  font-family: 'Roboto Condensed';
+  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
+  font-weight: normal;
+  font-style: normal;
+}
+
 /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
 
 @font-face {

--
Gitblit v1.9.3