]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: Fix the logo size in the 'Watch TV' window, fixes #3817
authorJaroslav Kysela <perex@perex.cz>
Fri, 20 May 2016 09:16:52 +0000 (11:16 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 20 May 2016 09:16:57 +0000 (11:16 +0200)
src/webui/static/app/ext.css

index 567f469333f1e0a04a903f2210d963edcd71c9c6..a336275d639751e408c9c612e4199cfd31732a0e 100644 (file)
 }
 
 .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 {