]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Updated CSS for webui epg-image
authortunip <tunip@users.noreply.github.com>
Fri, 23 Sep 2016 10:55:28 +0000 (12:55 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Sep 2016 12:14:27 +0000 (14:14 +0200)
src/webui/static/app/ext.css

index 27839edb5c14934e86206167838015d8c8859932..21e9058b16066db6d5d42ab92cf9acbfd4f80ee7 100644 (file)
     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;