ulrich
2020-05-19 80269a1b29d06eba178ee84cf3d7fcfa4f432b4a
web/ui2/stile.css
@@ -11,6 +11,8 @@
  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 */
@@ -30,7 +32,9 @@
  display: flex;
  flex-flow: row;
  height: 2em;
  justify-content: space-between;
  align-items: center;
  /*align-self: stretch;*/
}
.sued {
  height: 1.5em;
@@ -69,13 +73,18 @@
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.zentraler-inhalt {
  padding: 0.5em;
  overflow-x: hidden;
  overflow-y: auto;
}
.zentrum-liste {
  overflow-x: hidden;
  overflow-y: auto;
}
/*
  Anmerkungen:
  1.) min.height: 0 fuer body und inhalt ist gegen einen Bug, vgl.
@@ -102,6 +111,10 @@
  color: #888;
}
.top-btn-area {
  /*margin-left: auto;*/
}
.top-btn {
  margin: 0 1em 0 1em;
  height: 28px;
@@ -113,13 +126,14 @@
.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 */
@@ -153,6 +167,7 @@
  flex-flow: column;
  position: relative;
  transition: all 0.3s ease-in;
  height: 100%;
  /* white-space: nowrap; */
}
@@ -215,8 +230,13 @@
/* 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 {