From 4d3956347b3b013e35871f0f208f6ccdd9bc2d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 3 Jul 2015 21:44:59 +0200 Subject: [PATCH] Removed mock song from playlist, and added loader --- index.php | 45 ++++++++++++++++++++++++++++++++++++++++++++ static/css/style.css | 17 +++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/index.php b/index.php index 05623a2e..b3b5575c 100755 --- a/index.php +++ b/index.php @@ -198,6 +198,51 @@
+
  • +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
  • diff --git a/static/css/style.css b/static/css/style.css index 8c9691ad..b9395415 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -260,6 +260,23 @@ hide mdi-action-visibility mdi-action-visibility-off } } +#playlist_loader { + display:inline-flex; + height:100%; + +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + #wrapper { + padding-right:0vh !important; + width:100% !important; + } +} + +#list-song-html { + display:none; +} + #donate_form a { padding-right:10px; }