| | |
| | | height: 100%; /* Anmerkung 2 */ |
| | | font-size: larger; |
| | | font-family: 'Roboto Condensed'; |
| | | -webkit-text-size-adjust: none; |
| | | /* touch-action: manipulation;*/ |
| | | } |
| | | body { |
| | | min-height: 0; /* Anmerkung 1 */ |
| | |
| | | display: flex; |
| | | flex-flow: row; |
| | | height: 2em; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | /*align-self: stretch;*/ |
| | | } |
| | | .sued { |
| | | height: 1.5em; |
| | |
| | | height: 100%; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | | |
| | | .zentraler-inhalt { |
| | |
| | | color: #888; |
| | | } |
| | | |
| | | .top-btn-area { |
| | | /*margin-left: auto;*/ |
| | | } |
| | | |
| | | .top-btn { |
| | | margin: 0 1em 0 1em; |
| | | height: 28px; |
| | |
| | | |
| | | .del-user-btn { |
| | | margin: 0 1.5em 0 1em; |
| | | height: 28px; |
| | | line-height: 24px; |
| | | margin-left: auto; |
| | | height: 32px; |
| | | line-height: 12px; |
| | | text-align: center; |
| | | } |
| | | |
| | | .danger-btn { |
| | | background-color: lightcoral; |
| | | background-color: #ffcccc; |
| | | } |
| | | |
| | | /* Nutzerliste */ |
| | |
| | | flex-flow: column; |
| | | position: relative; |
| | | transition: all 0.3s ease-in; |
| | | height: 100%; |
| | | /* white-space: nowrap; */ |
| | | } |
| | | |
| | |
| | | /* Nutzer-Rollen */ |
| | | |
| | | .rollen-ansicht-titel { |
| | | display: flex; |
| | | flex-flow: row; |
| | | align-items: center; |
| | | align-self: stretch; |
| | | margin: 0; |
| | | padding: 0; |
| | | vertical-align: central; |
| | | } |
| | | |
| | | .rollen-ueberschrift { |