From e6c850b5714551cffdc0eaeacbf08703d969fad1 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 06 Jan 2018 18:08:59 +0000
Subject: [PATCH] Sender in Bearbeitungsformular übernehmen

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

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

--
Gitblit v1.9.3