| | |
| | | |
| | | html, body { |
| | | height: 100%; |
| | | } |
| | | |
| | | .file-view { |
| | | overflow: scroll; |
| | | } |
| | | |
| | | /* Stile Listenansicht */ |
| | | |
| | | html { |
| | | margin: 0; |
| | | padding: 0; |
| | | height: 100%; /* Anmerkung 2 */ |
| | | } |
| | | body { |
| | | margin: 0; |
| | | padding: 0; |
| | | height: 100%; /* Anmerkung 2 */ |
| | | min-height: 0; /* Anmerkung 1 */ |
| | | display: flex; |
| | | flex-flow: column; |
| | | } |
| | | .inhalt { |
| | | display: flex; |
| | | flex-flow: row; |
| | | height: 100%; /* Anmerkung 2 */ |
| | | min-height: 0; /* Anmerkung 1 */ |
| | | } |
| | | .nord { |
| | | |
| | | } |
| | | .sued { |
| | | background-color: lightgray; |
| | | } |
| | | .west { |
| | | flex-grow: 0; |
| | | flex-shrink: 0; |
| | | flex-basis: 10em; |
| | | } |
| | | .ost { |
| | | flex-grow: 0; |
| | | flex-shrink: 0; |
| | | flex-basis: 10em; |
| | | background-color: antiquewhite; |
| | | } |
| | | .zentrum { |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | | flex-flow: column; |
| | | } |
| | | .zentrum-bc { |
| | | } |
| | | .zentrum-liste { |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: auto; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | | .datei-figure { |
| | | width: 6em; |
| | | } |