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 += ' '; + content += ''; content += ''; content += ''; @@ -129,7 +129,7 @@ tvheadend.epgDetails = function(event) { var title = event.title; if (event.episodeOnscreen) title += ' / ' + event.episodeOnscreen; - content += ' '; } 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; }