Bedienoberfläche für Webradio
..
ulrich
2018-01-08 24af8d78ae9b86a78eefa2f0953d2562afdd75bf
app.css
@@ -10,7 +10,8 @@
  margin: 0;
  padding: 0;
  height: 100%; /* Anmerkung 2 */
  font-size: initial;
  font-size: large;
  /* font-size: initial; */
  /* font-size: 1.5em; */   /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
@@ -31,7 +32,8 @@
  background-color: lightgray;
  display: flex;
  flex-flow: row;
  height: 1.6em;
  height: 2.2em;
  align-items: center;
}
.sued {
  background-color: lightgray;
@@ -69,12 +71,37 @@
/* app-layout ende */
#nav-menu {
  /* padding-top: 0.5em;*/
  width: 2em;
}
#app-titel {
  padding-left: 2em;
  /* padding-left: 2em; */
}
.pointer-cursor {
  cursor: pointer;
}
.sendersuche {
  padding-left: 1em;
}
input[type="search"] {
  height: 1.6em;
  padding: 0;
  /*padding: 6px 10px;*/ /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: large;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zentrum-behaelter {
@@ -153,6 +180,11 @@
.abspieler-auswahl {
  width: 70%;
}
#abspielen-stoppen {
  margin-left: 0.4em;
}
/* Sender */
.sender-behaelter {