From 74228e6c5e9fd3fd5f0232411be0a0ea38e43bd9 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sat, 23 Jan 2021 13:26:49 +0000
Subject: [PATCH] Stile angepasst

---
 web/ui2/stile.css |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 175a90f..90b1510 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -32,11 +32,12 @@
   background-color: #3f3f3f;
   display: flex;
   flex-flow: row;
-  height: 2em;
+  height: 1.4em;
   align-items: center;
   margin: 0;
   padding: 0;  
-  justify-content:space-between;  
+  justify-content:space-between;
+  font-size: 1em;
 }
 .sued {
   height: 1.5em;
@@ -124,8 +125,8 @@
 .top-btn {
   margin: 0;
   padding: 0 0.2em 0 0.2em;
-  height: 28px;
-  line-height: 24px;
+  height: 1.3em;
+  line-height: 1em;
   text-align: center;
   font-size: large;
   background-color: white;
@@ -200,11 +201,12 @@
 
 .figure {
   padding: 0.2em;
-  margin: 0.2em;  
+  margin: 0.2em 0.5em 0.2em 0;
+  overflow-wrap: break-word;
 }
 
 .datei-figure {
-  width: 2em;
+  width: 2.5em;
   cursor: pointer;
   font-size: 1.6em;
   text-align: center;

--
Gitblit v1.9.3