diff --git a/mopidy_musicbox_webclient/static/css/webclient.css b/mopidy_musicbox_webclient/static/css/webclient.css index 411a39e..553dda0 100644 --- a/mopidy_musicbox_webclient/static/css/webclient.css +++ b/mopidy_musicbox_webclient/static/css/webclient.css @@ -120,9 +120,6 @@ margin-top: 30px; } - - - /**headers and controls**/ @@ -198,7 +195,7 @@ display: none; } -#currentpane, #searchpane, #albumspane, #artistspane, #radiopane { +#currentpane, #searchpane, #albumspane, #artistspane, #streampane { display: none; } @@ -209,6 +206,19 @@ heigth: 90px; } +/*** home ***/ + +#homerows div { + text-align:center; + background-color: #2C3E50; + padding: 2px; + padding-top: 20px; + border: 3px solid white; +} + +#homerows div i { + font-size: 28px; +} /********************* * listviews ********************/ diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index b77bf42..c30a72d 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -68,9 +68,13 @@
+
+
+
+
+
-
-
-
-
- Add an url of a radio station stream that you want to listen to in the boxes below. The last 25 stations are saved locally (not - on the server yet). To find stations, use the Browse function with extensions like Dirble or TuneIn, the right values will appear in these boxes automatically. Or use websites like Listenlive or Dirble.
- +Add an url of a stream that you want to listen to in the box below. You can add uri's for Spotify, SoundCloud, YouTube, Podcasts. + + + + + +
Put in a name and hit the Save button to save the url (locally, in the browser not + on the server yet). + + + + +