From: tunip Date: Fri, 23 Sep 2016 10:55:28 +0000 (+0200) Subject: Updated CSS for webui epg-image X-Git-Tag: v4.2.1~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2a91b8ea6f3de1d5b1fcb1610bc54f2b0c3b4a6;p=thirdparty%2Ftvheadend.git Updated CSS for webui epg-image --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 27839edb5..21e9058b1 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -706,6 +706,23 @@ margin: 5px 5px 5px 10px; } +.x-epg-image{ + float: right; + margin-left: 5px; + margin-right: 5px; + margin-bottom: 5px; + width: 20%; +} + +.x-epg-image:hover{ + transform: scale(1.7,1.7); + transform-origin: right; +} + +.x-epg-genre { + margin-left: 5px; +} + .tv-video-player { margin-right: auto; margin-left : auto;