diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-02-06 15:54:49 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-02-06 15:54:49 +0100 |
commit | 241fa247256050d545d0d4024f260012c20c498d (patch) | |
tree | 73d0fb27955a44cf4980d7dc04b2cbd2bf7c091a /template | |
parent | 34e86d2c14b20da21febb89614bbeb4522b481ef (diff) | |
download | vdradmin-am-241fa247256050d545d0d4024f260012c20c498d.tar.gz vdradmin-am-241fa247256050d545d0d4024f260012c20c498d.tar.bz2 |
2006-02-06: 3.4.3rc2v3.4.3rc2
- For timers that are checked by AutoTimer for start/stop times the broadcast's length must at least match 90% of the original timer's length (excluding before/behind buffers).
- Reworked detection of already programmed AutoTimers and made it compatible to VDR v1.3.23+ (Based on suggestions by Jouni Karvo).
- Don't crash if illegal characters are used for searching (Reported by foobar42).
- Fixed error after progamming a timer if VDRAdmin is accessed through apache (Reported by speed).
- If there were quotes in an AutoTimer's pattern and you clicked "test" the pattern got cleared (Reported by The_Pit).
Diffstat (limited to 'template')
-rw-r--r-- | template/default/default/style.css | 5 | ||||
-rw-r--r-- | template/default/style.css | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/template/default/default/style.css b/template/default/default/style.css index 55cde26..0b57a2f 100644 --- a/template/default/default/style.css +++ b/template/default/default/style.css @@ -500,6 +500,11 @@ body.help .heading { #help .links a { white-space: nowrap; } +#help a , +#help a:visited, +#help a:active { + color: blue; +} #help .group { margin-top: 0.6em; border: 1px solid black; diff --git a/template/default/style.css b/template/default/style.css index 9c423f1..888b23b 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -133,6 +133,7 @@ label + input { margin-left: 1em; } #help .ref_label { font-style: italic; } #help .links { padding: 5px; background-color: silver; text-align: justify; } #help .links a { white-space: nowrap; } +#help a , #help a:visited, #help a:active { color: blue; } #help .group { margin-top: 0.6em; border: 1px solid black; white-space: normal; } #help .group p { padding: 5px; } #help .top_link { text-align: right; font-size: 0.8em; background-color: silver; padding: 1px 5px; margin: 0px; } |