From 213b98b4f18076c8b9e42b6868beaa3a640ae4e6 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 22 Jul 2007 02:10:11 +0000 Subject: - Tool icons in epg popup windows. --- live/css/siteprefs.css | 5 ++++- live/js/live/infowin.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'live') 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){ -- cgit v1.2.3