From 576085b482f4579ce47ad0590df0073560eec0bb Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sun, 07 Jan 2018 09:45:39 +0000 Subject: [PATCH] Abspielerauswahl hinzugefĆ¼gt --- app.css | 30 ++++++++++++++++++++++++------ 1 files changed, 24 insertions(+), 6 deletions(-) diff --git a/app.css b/app.css index 44c697b..58e3917 100644 --- a/app.css +++ b/app.css @@ -82,6 +82,12 @@ flex-flow: column; } +.inline-label { + display: inline-block; + width: 3em; + text-align: right; +} + /* Dialogfeld */ .dialog { @@ -109,12 +115,6 @@ background-color: #f6f6f6; // grau } -.sender-edit-label { - display: inline-block; - width: 3em; - text-align: right; -} - .sender-eingabe { width: 80%; } @@ -137,6 +137,24 @@ color: #b8b8b8; } +/* Abspieler */ + +.abspieler-behaelter { + display: flex; + flex-flow: row; + padding: 0.6em; +} + +.abspieler-label { + display: inline-block; + width: 4.5em; + padding-right: 0.2em; + text-align: right; +} + +.abspieler-auswahl { + width: 70%; +} /* Sender */ .sender-behaelter { -- Gitblit v1.9.3