From: Jaroslav Kysela Date: Fri, 20 May 2016 09:16:52 +0000 (+0200) Subject: WEBUI: Fix the logo size in the 'Watch TV' window, fixes #3817 X-Git-Tag: v4.2.1~493 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b9dcabef6810ba10fc7a0675235d6708db50592;p=thirdparty%2Ftvheadend.git WEBUI: Fix the logo size in the 'Watch TV' window, fixes #3817 --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 567f46933..a336275d6 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -970,9 +970,10 @@ } .tv-video-idle { - background-image : url(../../static/img/logobig.png); - background-repeat : no-repeat; - background-position : center; + background-image: url(../../static/img/logomid.png); + background-size: 300px; + background-repeat: no-repeat; + background-position: center; } .tv-video-message {