From f9c6e25755d0dcbd59930c3c043a4068d212a5f1 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 06 Jan 2018 19:03:19 +0000
Subject: [PATCH] Neuen Sender als Kachel hinzufügen

---
 app.css |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/app.css b/app.css
index 97cb96f..44c697b 100644
--- a/app.css
+++ b/app.css
@@ -109,6 +109,16 @@
   background-color: #f6f6f6; // grau
 }
 
+.sender-edit-label {
+  display: inline-block;
+  width: 3em;
+  text-align: right;
+}
+
+.sender-eingabe {
+  width: 80%;
+}
+
 /*
   Close Button
 
@@ -149,6 +159,7 @@
   margin: 0.4em;
   padding: 0.4em;
   background-color: white;
+  cursor: pointer;
 }
 
 .sender-name {

--
Gitblit v1.9.3