From: Mark Clarkstone Date: Sun, 3 Apr 2016 13:00:17 +0000 (+0100) Subject: webui/css: fix logo paths. X-Git-Tag: v4.2.1~754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4504f62fce7dc69003aea35a5ce418fe5ebfdf7;p=thirdparty%2Ftvheadend.git webui/css: fix logo paths. --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 0a262dd20..f119dd8cb 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -954,7 +954,7 @@ } .tv-video-idle { - background-image : url(../../docresources/tvheadendlogo.png); + background-image : url(../../static/img/logobig.png); background-repeat : no-repeat; background-position : center; } diff --git a/src/webui/static/tv.css b/src/webui/static/tv.css index 0083e2e9a..ca4db980f 100644 --- a/src/webui/static/tv.css +++ b/src/webui/static/tv.css @@ -101,7 +101,7 @@ body { } .tv-video-idle { - background-image : url(../docresources/tvheadendlogo.png); + background-image : url(../static/img/logobig.png); } .tv-video-loading {