summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-06 15:44:57 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-06 15:44:57 +0000
commit556b5fa554b200b1c85321e52bce2e5471d83e27 (patch)
tree80ed8be0d302b914f5192081b8d696d5cf108f4c /themes
parentf7dfeb6fa3609a95cc7a17cf184d9249805fda6f (diff)
downloadvdr-plugin-live-556b5fa554b200b1c85321e52bce2e5471d83e27.tar.gz
vdr-plugin-live-556b5fa554b200b1c85321e52bce2e5471d83e27.tar.bz2
- Use GetConfigDir instead of USRDIR define.
- Unification of table markup (still needs some tweaking). - Adaption of styles.css to new table CSS classes.
Diffstat (limited to 'themes')
-rw-r--r--themes/redwine/css/theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css
index 1e6c627..4e57fae 100644
--- a/themes/redwine/css/theme.css
+++ b/themes/redwine/css/theme.css
@@ -215,7 +215,7 @@ div.screenshot {
##############################
*/
-table.edit tr td {
+table.formular tr td {
background: url(../img/bg_line.png) bottom repeat-x;
border-bottom: 1px solid #DA8DA8;
}
@@ -227,11 +227,11 @@ table.edit tr td {
##############################
*/
-table.searchresults tr td.head {
+table.listing tr td.head {
background: #963B5F;
}
-table.searchresults tr td {
+table.listing tr td {
background: url(../img/bg_line.png) bottom repeat-x;
border-bottom: 1px solid #DA8DA8;
}