diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-06 23:45:22 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-06 23:45:22 +0000 |
commit | 98b1afe40e82c79d2cf8b5e508cb246fa581c4bd (patch) | |
tree | 12ceb2bef3c1126246ef790d7d434579f0fe51ea /themes | |
parent | 0c3fac16e94ea367b0f9489eeee64217a97c13c1 (diff) | |
download | vdr-plugin-live-98b1afe40e82c79d2cf8b5e508cb246fa581c4bd.tar.gz vdr-plugin-live-98b1afe40e82c79d2cf8b5e508cb246fa581c4bd.tar.bz2 |
- Fixed some minor styling bugs in edit_searchtimer.
- adapted styles.css and theme.css for the corrections.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/redwine/css/theme.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css index 4e57fae..bfda081 100644 --- a/themes/redwine/css/theme.css +++ b/themes/redwine/css/theme.css @@ -137,37 +137,6 @@ div.__progress div.__elapsed { } -/* ############# - # Timers - ############# -*/ - -table.timers tr td { - background: url(../img/bg_line.png) bottom repeat-x; - border-bottom: 1px solid #DA8DA8; -} - -table.timers tr.description td { - background: #FFE9FA; -} - - -/* - ############################## - # Schedule - ############################## -*/ - -table.schedule tr td.head { - background: #963B5F; -} - -table.schedule tr td { - background: url(../img/bg_line.png) bottom repeat-x; - border-bottom: 1px solid #DA8DA8; -} - - /* ############################## # Blue Background Thingy |