From 8209533883044451ce7e1742f5a10c4b78679fc3 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 20 Jan 2021 17:48:21 +0000
Subject: [PATCH] Upload und restliche Menuefunktionen, noch in Arbeit

---
 web/ui2/stile.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 6935c4b..5eb5506 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -35,7 +35,8 @@
   height: 2em;
   align-items: center;
   margin: 0;
-  padding: 0;
+  padding: 0;  
+  justify-content:space-between;  
 }
 .sued {
   height: 1.5em;
@@ -408,6 +409,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