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/css | |
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/css')
-rw-r--r-- | live/css/siteprefs.css | 5 |
1 files changed, 4 insertions, 1 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; } |