From d61a61bfa06aaa5c62cc137e059e17f921689e05 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed
Date: Mon, 04 May 2020 11:12:59 +0000
Subject: [PATCH] Rudimentaere Breadcrumb-Ansicht hinzugefuegt

---
 web/ui2/index.html |    5 +++++
 web/ui2/stile.css  |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/web/ui2/index.html b/web/ui2/index.html
index 6778e9b..2f5af2f 100644
--- a/web/ui2/index.html
+++ b/web/ui2/index.html
@@ -30,6 +30,11 @@
       <div class="zentrum-behaelter">
         <!-- Einblendbereich -->
         <div class="dialog"></div>
+        <!-- Breadcrumb -->
+        <div class="breadcrumb">
+          <a class="bc-link">Ordner 1</a> / 
+          <a class="bc-link">Ordner 2</a>
+        </div>
         <!-- zentraler Inhaltsbereich -->
         <div class="zentrum">
           <div class="zentraler-inhalt">
diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index e8ef058..e3ee310 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -96,6 +96,12 @@
   cursor: pointer;
 }
 
+.breadcrumb {
+  background-color: beige;
+  padding: 0.2em;
+  font-size: medium;
+}
+
 .dialog {
   position: relative;
   /* height: 0.1em; */

--
Gitblit v1.9.3