Bedienoberfläche für Webradio
..
ulrich
2018-01-07 b729e5c61d8297c70cb63a1751399574288e4cf1
app.css
@@ -32,7 +32,7 @@
  background-color: lightgray;
  display: flex;
  flex-flow: row;
  height: 2em;
  height: 2.2em;
  align-items: center;
}
.sued {
@@ -88,6 +88,22 @@
  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 {
  display: flex;
  flex-flow: column;