From 8e238ec465eb1950046076477a32375631e2e0e9 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 20 Jan 2021 19:19:29 +0000
Subject: [PATCH] Upload angepasst

---
 web/ui2/stile.css |   41 ++++++++++++++++++++++++++++++++++-------
 1 files changed, 34 insertions(+), 7 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 7bbd2fd..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,20 +409,39 @@
   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 {
   font-family: 'pikto';
-  src: url('font/pikto.ttf?37040783') format('truetype');
+  src: url('font/pikto.ttf?22834745') format('truetype');
   font-weight: normal;
   font-style: normal;
 }
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
+/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
+/*
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+  @font-face {
+    font-family: 'pikto';
+    src: url('../font/pikto.svg?22834745#pikto') format('svg');
+  }
+}
+*/
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
   font-family: "pikto";
   font-style: normal;
   font-weight: normal;
-  speak: none;
+  speak: never;
  
   display: inline-block;
   text-decoration: inherit;
@@ -452,15 +472,22 @@
   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
 }
  
-.icon-folder:before { content: '\e800'; } /* '' */
-.icon-folder-open:before { content: '\e801'; } /* '' */
-.icon-th-large:before { content: '\e802'; } /* '' */
-.icon-th-list:before { content: '\e803'; } /* '' */
+.icon-cancel:before { content: '\e800'; } /* '' */
+.icon-th-large:before { content: '\e801'; } /* '' */
+.icon-th-list:before { content: '\e802'; } /* '' */
+.icon-folder:before { content: '\e803'; } /* '' */
+.icon-folder-open:before { content: '\e804'; } /* '' */
+.icon-doc:before { content: '\e805'; } /* '' */
+.icon-trash-empty:before { content: '\e806'; } /* '' */
+.icon-pencil:before { content: '\e807'; } /* '' */
+.icon-docs:before { content: '\f0c5'; } /* '' */
+.icon-menu:before { content: '\f0c9'; } /* '' */
 .icon-doc-text:before { content: '\f0f6'; } /* '' */
 .icon-folder-empty:before { content: '\f114'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-doc-inv:before { content: '\f15b'; } /* '' */
 .icon-doc-text-inv:before { content: '\f15c'; } /* '' */
+.icon-trash:before { content: '\f1f8'; } /* '' */
 
 /* von Skeleton */
 

--
Gitblit v1.9.3