diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-18 00:11:42 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-18 00:11:42 +0000 |
commit | 850fe0ddff35d86a0a3c876ee518ecfb778767d5 (patch) | |
tree | ee17377c20c3f9f41f9e53b7c26de21afb0e91ee /images/Makefile | |
parent | b6ebbd4df6a6a588692bd0e5e1bbd1d920aad3e1 (diff) | |
download | vdr-plugin-live-850fe0ddff35d86a0a3c876ee518ecfb778767d5.tar.gz vdr-plugin-live-850fe0ddff35d86a0a3c876ee518ecfb778767d5.tar.bz2 |
- Changed default tooltip style class to domTThint
- Added tooltip style class domTTepg for epg infos like in recordings
- Added new pageelement.epg_tt_box to create epg box tooltips.
Used at moment in recordings. Planned also for whats_on and schedule.
- Changed structure of event box in whats_on to same structure like
epg box. This makes the styling comparable between the two boxes.
- added bg_tools.png to with a vertical fadeing border to resemble the
fading bottom of more line oriented pages.
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 2202542..4375504 100644 --- a/images/Makefile +++ b/images/Makefile @@ -19,7 +19,7 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ transparent.o edit.o del.o play.o close.o \ bg_header_h.o bg_header_l.o bg_header_r.o \ bg_box_h.o bg_box_l.o bg_box_r.o \ - movie.o menu_line_bg.o bg_line.o + movie.o menu_line_bg.o bg_line.o bg_tools.o ### Default rules: |