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 |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/app.css b/app.css
index fe0ac3b..d5a6a5a 100644
--- a/app.css
+++ b/app.css
@@ -105,9 +105,19 @@
   text-align: right;
 }
 
-.dlg-sender-edit {
-  /* background-color: #f6f6f6; // grau */
-  background-color: #dcf2fb; // blau
+.dlg-sender-edit, .dlg-sender-neu {
+  background-color: #f6f6f6; // grau
+}
+
+.sender-edit-label {
+  display: inline-block;
+  width: 3em;
+  text-align: right;
+}
+
+.sender-eingabe {
+  /* display: inline-block; */
+  width: 80%;
 }
 
 /*
@@ -150,6 +160,7 @@
   margin: 0.4em;
   padding: 0.4em;
   background-color: white;
+  cursor: pointer;
 }
 
 .sender-name {

--
Gitblit v1.9.3