diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-03-14 12:14:10 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-03-14 12:14:10 +0100 |
commit | dddf3a10680874dc1950995b6c09446915df81ca (patch) | |
tree | 5c621b1a3e5660888faf01c929c4e3ad16fc780b /template/default/style.css | |
parent | 2723bd07c1a821c2198f43a313570c600907c327 (diff) | |
download | vdradmin-am-3.4.4beta2.tar.gz vdradmin-am-3.4.4beta2.tar.bz2 |
2006-03-14: 3.4.4beta2v3.4.4beta2
- Reworked TV grabbing.
- Added optional parameters for TV for use with external tools: http://vdradmin-am.ip?aktion=tv_show&size=[full|half|quarter]&interval=[0|1|2|3|5|10|30|60]&tv_only=bla
- Fixed program switching in prog_summary, prog_list and prog_detail (Based on suggestions by kayser).
- New: buttons to move to previous/next day in timers_list (Requested by BigDiSt).
- Moved "help" menu into "about" menu.
- Added VDR's "commands.conf" conntent to select box in navigation menu.
- Changed defaults for "autotimer checking" in timers as they had been in v3.4.3.
- New button on remote controls: Mute (Requested by RĂ¼diger Jung and Hardy Flor).
- Timeline in timer_list will show timers of current day even if a timer starts the day before (Reported by Hardy Flor).
Diffstat (limited to 'template/default/style.css')
-rw-r--r-- | template/default/style.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/template/default/style.css b/template/default/style.css index 5fa78df..9e68416 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -39,6 +39,7 @@ label + input { margin-left: 1em; } .col_channels { text-align: right; padding: 10px; width: 40%; } .col_wanted_channels { text-align: left; padding: 10px; width: 40%; } .col_navi { text-align: right; white-space: nowrap; } +.col_navi img { position: relative; top: 2px; } .heading td.selected { background-image: url("bilder/uebersicht_oben_selected.gif"); } .heading td { background-image: url("bilder/uebersicht_oben.gif"); } @@ -83,7 +84,7 @@ label + input { margin-left: 1em; } #prog_timeline .color_current { background-color: #f7fffa; } #prog_timeline .color_broadcast { background-color: #e6eee9; } #prog_timeline .color_timer { background-color: #ffeee9; } -#rec_list #path { margin: 1em 10px 0px 10px; } +#rec_list #path { margin: 1em 10px 0px 10px; border-top: 1px solid black; border-bottom: 1px solid black; padding: 3px 0px; } #timer_list .color_ok { background-color: #00a317; } #timer_list .color_conflict { background-color: #a11917; } #timer_list .color_collision { background-color: #ffde62; } @@ -95,6 +96,7 @@ label + input { margin-left: 1em; } #prog_detail td { white-space: normal; } #prog_detail .heading h2 { white-space: normal; } +#vdr_cmds pre { margin: 0px; padding: 0px; } #content { margin-top: 1em; } .group { margin-top: 0.5em; } #buttons { margin-top: 0.5em; text-align: right; } @@ -141,10 +143,10 @@ label + input { margin-left: 1em; } /* Navigation */ #navigation { margin: 0px; background-image: url("bilder/back.gif"); } -#navigation .logo { padding-top: 2em; padding-bottom: 3em; width: 150px; } -#navigation .navi { font-size: 12px; padding-top: 6px; height: 25px; text-align: center; width: 148px; } -#navigation .search { padding-top: 2em; font-size: 12px; width: 148px; text-align: center; } -#navigation .separator { height: 2px; background-image: url("bilder/separator.png"); width: 148px; } +#navigation .logo { padding-top: 1em; padding-bottom: 2em; width: 150px; } +#navigation .navi { font-size: 12px; padding-top: 6px; padding-bottom: 6px; text-align: center; width: 148px; } +#navigation .search { padding-top: 6px; font-size: 12px; width: 148px; text-align: center; } +#navigation .separator { height: 2px; background-image: url("bilder/separator.png"); width: 148px; background-repeat: repeat-x; } #navigation a { color: black; font-weight: bold; text-decoration: none; } #navigation a:hover { text-decoration: underline; } #navigation input { width: 130px; } |