ulrich
2018-03-30 df8c52e525ef7b1da495e84e5a403cf1ef42e99d
app.css
@@ -16,7 +16,11 @@
  min-height: 0; /* Anmerkung 1 */
}
.nord {
  background-color: lightgray;
  background-color: black;
  display: flex;
  flex-flow: row;
  height: 2.5em;
  align-items: center;
}
.sued {
  background-color: lightgray;
@@ -24,8 +28,11 @@
.west {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 10em;
  background-color: antiquewhite;
  flex-basis: 4em;
  background-color: white;
  transition: all 0.3s ease-in;
  overflow: hidden;
  white-space: nowrap;
}
.ost {
  flex-grow: 0;
@@ -47,3 +54,8 @@
  2.) height 100% fuer html, body und inhalt sorgt dafuer, dass sich alles
      immer ueber das gesamte Browserfenster ausdehnt.
*/
.app-titel {
  margin-left: 2em;
  color: white;
}