diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-14 20:14:58 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-14 20:14:58 +0000 |
commit | 4f34db5afc0156174b5fd6e04b0fa0dfb26e930a (patch) | |
tree | 956f3e25b3f017c65a716159405f20e15598cab0 /css | |
parent | 92539715a3b8a963f52c6046c6030e3d233f08fd (diff) | |
download | vdr-plugin-live-4f34db5afc0156174b5fd6e04b0fa0dfb26e930a.tar.gz vdr-plugin-live-4f34db5afc0156174b5fd6e04b0fa0dfb26e930a.tar.bz2 |
- Extended tooltip infrastructure.
- Made recordings use tooltip infrastructure to display detailed info.
- Updated style for this.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/css/styles.css b/css/styles.css index a47f8a4..f96b52d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -393,18 +393,32 @@ div.recordings_data { width: 66%; } -.recordings_data div.re_shortdescr { - width: 50%; - height: 25%; +/* ############################## + # Recording style for tooltips + ############################## +*/ + +div.domTTrecordings { + border: none; + width: 75%; } -.recordings_data div.re_longdescr { +.domTTrecordings div.re_shortdescr { width: 66%; - height: 50%; } -.recordings_data div.re_content { +.domTTrecordings div.re_longdescr { + width: 75%; +} + +.domTTrecordings div.re_content { border: 1px solid black; + background: white; +} + +.domTTrecordings div.boxheader div div a { + float: right; + margin-left: auto; } /* |