diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-14 03:01:38 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-14 03:01:38 +0000 |
commit | 92539715a3b8a963f52c6046c6030e3d233f08fd (patch) | |
tree | cf4ac6fbd4aefa2c5d5489a7616def691268ee00 /css | |
parent | 8d0e380099110914177e05da96158b639b92f177 (diff) | |
download | vdr-plugin-live-92539715a3b8a963f52c6046c6030e3d233f08fd.tar.gz vdr-plugin-live-92539715a3b8a963f52c6046c6030e3d233f08fd.tar.bz2 |
Updated header lines.
Moved channel selection into menu line, when schedule is active.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index bcf485e..a47f8a4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -90,6 +90,10 @@ div.menu a:hover { text-decoration: underline; } +div.menu form { + display: inline; +} + div.inhalt { padding: 10px; } @@ -292,7 +296,7 @@ table.schedule tr td.head { table.schedule tr td { vertical-align: top; padding: 3px 7px 3px 3px; - background: url(http://cerebellum/~michi/bg_line.png) bottom repeat-x; + background: url(bg_line.png) bottom repeat-x; } table.schedule tr td.day { |