| | |
| | | background-color: lightgray; |
| | | display: flex; |
| | | flex-flow: row; |
| | | height: 1.6em; |
| | | height: 2em; |
| | | } |
| | | .sued { |
| | | background-color: lightgray; |
| | |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .sendersuche { |
| | | padding-left: 1em; |
| | | } |
| | | |
| | | .zentrum-behaelter { |
| | | display: flex; |
| | | flex-flow: column; |
| | | } |
| | | |
| | | .inline-label { |
| | | display: inline-block; |
| | | width: 3em; |
| | | text-align: right; |
| | | } |
| | | |
| | | /* Dialogfeld */ |
| | |
| | | background-color: #f6f6f6; // grau |
| | | } |
| | | |
| | | .sender-eingabe { |
| | | width: 80%; |
| | | } |
| | | |
| | | /* |
| | | Close Button |
| | | |
| | |
| | | color: #b8b8b8; |
| | | } |
| | | |
| | | /* Abspieler */ |
| | | |
| | | .abspieler-behaelter { |
| | | display: flex; |
| | | flex-flow: row; |
| | | padding: 0.6em; |
| | | } |
| | | |
| | | .abspieler-lb { |
| | | width: 4.5em; |
| | | padding-right: 0.2em; |
| | | } |
| | | |
| | | .abspieler-auswahl { |
| | | width: 70%; |
| | | } |
| | | /* Sender */ |
| | | |
| | | .sender-behaelter { |
| | |
| | | margin: 0.4em; |
| | | padding: 0.4em; |
| | | background-color: white; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .sender-name { |