From: Andreas Ă–man Date: Wed, 2 Nov 2011 21:46:13 +0000 (+0100) Subject: Limit tv logo icon size X-Git-Tag: 2.99~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a605371cf54c35be0218f01f81b8dff9c136bf9f;p=thirdparty%2Ftvheadend.git Limit tv logo icon size Patch by Mark Wormgoo Fixes #647 --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 47a4a2164..7b0da9173 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -257,6 +257,8 @@ .x-epg-chicon { float: right; margin: 5px; + max-width: 64px; + max-height: 64px; } .x-epg-meta {