summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-22 18:39:11 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-04-22 18:39:11 +0000
commita2f99769cf849c79569359a41a66f4877bb233b8 (patch)
tree73fd952787ea815fae546a6bd286a5cd9af2a99f /css
parent0f49782b35b705cfdcd7fdd1d9cccd19b98f4cd9 (diff)
downloadvdr-plugin-live-a2f99769cf849c79569359a41a66f4877bb233b8.tar.gz
vdr-plugin-live-a2f99769cf849c79569359a41a66f4877bb233b8.tar.bz2
- added section for search results
Diffstat (limited to 'css')
-rw-r--r--css/styles.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 52f6540..5fa6acb 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -624,3 +624,40 @@ table.edit tr.active {
background: #DEE6EE;
}
+
+/*
+ ##############################
+ # Search results
+ ##############################
+*/
+
+table.searchresults {
+ margin: 10px 0 0 0;
+ padding: 0;
+}
+
+table.searchresults tr td.head {
+ background: #6D96A9;
+ color: white;
+ font-weight: bold;
+ margin: 0;
+ padding: 3px;
+}
+
+table.searchresults tr td {
+ vertical-align: top;
+ padding: 3px 7px 7px 3px;
+ background: url(bg_line.png) bottom repeat-x;
+ border-bottom: 1px solid #C0C1DA;
+}
+
+table.searchresults tr td.day {
+ vertical-align: top;
+ padding: 0;
+ margin: 0;
+ border:none;
+}
+
+table.searchresults tr.active {
+ background: #DEE6EE;
+}