From 3cecdc4706df6b06afefe2036ecbf4be8d6d7002 Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sat, 06 Jan 2018 18:30:38 +0000 Subject: [PATCH] Kachel anpassen an bearbeiteten Sender --- 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