From 8fa6977837bfe0f06ca4a56ff612bb34afe20814 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 29 Sep 2014 15:58:35 +0200 Subject: [PATCH] WEBUI JS: Some other tweaks to the epg broadcast info dialog styling --- src/webui/static/app/epg.js | 4 ++-- src/webui/static/app/ext.css | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 95728820..3d858164 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -120,7 +120,7 @@ tvheadend.epgDetails = function(event) { content += '
Content Type: ' + genre.join(', ') + '
'; } - content += '
Search IMDB
'; + content += '
Search IMDB
'; content += ''; content += '
'; @@ -129,7 +129,7 @@ tvheadend.epgDetails = function(event) { var title = event.title; if (event.episodeOnscreen) title += ' / ' + event.episodeOnscreen; - content += '
Play
'; } diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 3c438d94..a20bbf0b 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -336,7 +336,7 @@ .x-epg-title { margin: 5px; - font: normal 15px arial, tahoma, helvetica, sans-serif; + font: normal 16px arial, tahoma, helvetica, sans-serif; font-weight: bold; } @@ -363,6 +363,12 @@ } .x-epg-meta { + font-style: italic; + margin: 5px; +} + +.x-epg-action { + font-weight: bold; margin: 5px; }