]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui/css: fix logo paths.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sun, 3 Apr 2016 13:00:17 +0000 (14:00 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 3 Apr 2016 14:14:45 +0000 (16:14 +0200)
src/webui/static/app/ext.css
src/webui/static/tv.css

index 0a262dd20ecf66c44c5ae59f9e928751b72d6d1c..f119dd8cbb99d64f299baf7a0c6084fc9a3f8825 100644 (file)
 }
 
 .tv-video-idle {
-    background-image     : url(../../docresources/tvheadendlogo.png);
+    background-image     : url(../../static/img/logobig.png);
     background-repeat    : no-repeat;
     background-position  : center;
 }
index 0083e2e9a059840dce0e9b8a7616664074c8fedf..ca4db980f858fb299220a142661846a1533a9cb5 100644 (file)
@@ -101,7 +101,7 @@ body {
 }
 
 .tv-video-idle {
-    background-image     : url(../docresources/tvheadendlogo.png);
+    background-image     : url(../static/img/logobig.png);
 }
 
 .tv-video-loading {