diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-22 02:10:11 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-22 02:10:11 +0000 |
commit | 213b98b4f18076c8b9e42b6868beaa3a640ae4e6 (patch) | |
tree | 1493c13070620fcc2284c28e7b05da9d2d0a8e11 /live | |
parent | dbd884e1269a33eeda081826125400075ee101b3 (diff) | |
download | vdr-plugin-live-213b98b4f18076c8b9e42b6868beaa3a640ae4e6.tar.gz vdr-plugin-live-213b98b4f18076c8b9e42b6868beaa3a640ae4e6.tar.bz2 |
- Tool icons in epg popup windows.
Diffstat (limited to 'live')
-rw-r--r-- | live/css/siteprefs.css | 5 | ||||
-rw-r--r-- | live/js/live/infowin.js | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css index 9fa03cc..2f440b4 100644 --- a/live/css/siteprefs.css +++ b/live/css/siteprefs.css @@ -16,7 +16,10 @@ table { } */ -/* comment this out, if you want epg images at their native size */ +/* comment this out, if you want epg images at their native size + * the popup windows. This here restricts their width to 120 px. + * You might also only change size. + */ .info-win span.epg_images { width: 120px; } diff --git a/live/js/live/infowin.js b/live/js/live/infowin.js index 393cd87..1e35438 100644 --- a/live/js/live/infowin.js +++ b/live/js/live/infowin.js @@ -254,7 +254,7 @@ InfoWin.Ajax = InfoWin.extend({ options: { loadingMsg: 'loading', errorMsg: 'an error occured!', - onError: Class.empty, + onError: Class.empty }, initialize: function(id, url, options){ |