From 10a5439fc50f549701090f15bb1330b0d1ed28a9 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed <ulrich@ulrich-vaio>
Date: Tue, 19 May 2020 13:13:28 +0000
Subject: [PATCH] In Arbeit: Piktogramme, Abmelden, Stile verfeinert

---
 web/ui2/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/web/ui2/index.html b/web/ui2/index.html
index 242fada..427fa84 100644
--- a/web/ui2/index.html
+++ b/web/ui2/index.html
@@ -17,7 +17,8 @@
         <span id="app-titel">Nutzerverwaltung</span>
       </div>
       <div class="top-btn-area">
-        <button type="button"  title="Neuer Benutzer" class="top-btn" id="top-neu-btn">+</button>
+        <button type="button"  title="Neuer Benutzer" class="top-btn" id="top-neu-btn"><i class="icon-user-plus"></i></button>
+        <button type="button"  title="Abmelden" class="top-btn" id="top-logout-btn"><i class="icon-off"></i></button>
       </div>
     </div>
     <div class="inhalt">

--
Gitblit v1.9.3