From f57e8475b5c9d58dd9cedc7f0d866d9cdb09965c Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sat, 16 May 2020 12:00:02 +0000
Subject: [PATCH] Funktion und Dialog 'Neue Rolle' erstellt, Vorlagen.js entfernt und in app.js ueberfuehrt

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

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 0792961..02093d1 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -215,13 +215,21 @@
 }
 
 .granted-role-btn {
+  height: 2.5em;
+  padding: 0 0.5em;
   margin: 0.2em;
   background-color: lightcoral;
+  text-transform: none;
+  font-size: medium;
 }
 
 .avl-role-btn {
+  height: 2.5em;
+  padding: 0 0.5em;
   margin: 0.2em;
   background-color: darkseagreen;
+  text-transform: none;
+  font-size: medium;
 }
 
 /* für app-menu */

--
Gitblit v1.9.3