]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Limit tv logo icon size
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 2 Nov 2011 21:46:13 +0000 (22:46 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 2 Nov 2011 21:46:13 +0000 (22:46 +0100)
Patch by Mark Wormgoo

Fixes #647

src/webui/static/app/ext.css

index 47a4a21642a06e6ffd2313c8de91c6b7accbdc27..7b0da917394475e0e7741163b1729a60813bbaa2 100644 (file)
 .x-epg-chicon {
     float: right;
     margin: 5px;
+    max-width: 64px;
+    max-height: 64px;
 }
 
 .x-epg-meta {