diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-09-23 10:26:48 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-09-23 10:26:48 +0200 |
commit | 32e84da8cc92fc7c69e6ecbf6d937145018f96f2 (patch) | |
tree | 4917147a96998fb2bbc0cb8903ee2311b8b39a41 /template/default/style.css | |
parent | 8c5b06e471f1254d2e750dfba3154461eb3030bc (diff) | |
download | vdradmin-am-0.97-am3.4.tar.gz vdradmin-am-0.97-am3.4.tar.bz2 |
2005-09-23: 0.97-am3.4v0.97-am3.4
- Send valid "Expires" header (Submitted by Ville Skyttä).
- Open failure of vdradmind.done reported wrong filename (Submitted by Ville Skyttä).
- Deliver validated HTML (Reported by Ville Skyttä).
- Display name of recordings/timers... that will be deleted (Requested by Richard Lithvall).
- Channels list in AutoTimer only shows selected channels if selective channels are active for AT.
- Added "chmod" for grabbed images of TV so that everyone can read/write the file (Submitted by Udo Richter).
- Added "-d" argument to set the configuration folder (Submitted by Rene Bredlau).
- Fixed handling for recording on February, 29th for VDR >=1.3.26 (Submitted by Rene Bredlau).
- Alternativly use Locale::Messages if Locale::gettext not found (Submitted by Ville Skyttä).
- Fixed "send command" error message (Submitted by Ville Skyttä).
- Display free disk size as float instead of integer (Submitted by Hardy Flor).
- Step forward/backward a day in "Playing today" (Requested by Tüddelkopp)
- Enable/disable selective channels in "Playing today" (Requested by Reiner Buehl)
- Added images in prog_detail; needs external tool that provides these images; must be configured first! (Requested by several people)
- Fixed display of login page (Reported by DrSat)
Diffstat (limited to 'template/default/style.css')
-rw-r--r-- | template/default/style.css | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/template/default/style.css b/template/default/style.css index 3f57d09..e24ed8a 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -8,7 +8,6 @@ textarea { color: black; font-weight: normal; font-size: 11px; } select { color: black; font-weight: normal; font-size: 11px; } b { font-weight: bold } i { font-style: italic } -.gbutton { color: black; font-weight: bold; } .submit { height: 20px; } h1 { margin-right: 12px; margin-left: 12px; font-size: 13px; font-weight: bold; color: black; display: inline; } @@ -39,19 +38,19 @@ label + input { margin-left: 1em; } .col_wanted_channels { text-align: left; padding: 10px; width: 40%; } .col_navi { text-align: right; white-space: nowrap; } -.heading td[selected] { background-image: url("bilder/uebersicht_oben_selected.gif"); } +.heading td.selected { background-image: url("bilder/uebersicht_oben_selected.gif"); } .heading td { background-image: url("bilder/uebersicht_oben.gif"); } .heading .col_left { background-image: url("bilder/uebersicht_oben_links.gif"); } .heading .col_right { background-image: url("bilder/uebersicht_oben_rechts.gif"); } -.row_odd td[selected] { background-image: url("bilder/uebersicht_mitte_dark_selected.gif"); } +.row_odd td.selected { background-image: url("bilder/uebersicht_mitte_dark_selected.gif"); } .row_odd td { background-image: url("bilder/uebersicht_mitte_dark.gif"); } .row_odd .col_left { background-image: url("bilder/uebersicht_links_dark.gif"); } .row_odd .col_right { background-image: url("bilder/uebersicht_rechts_dark.gif"); } -.row_even td[selected], .row_spacer td[selected] { background-image: url("bilder/uebersicht_mitte_selected.gif"); } +.row_even td.selected, .row_spacer td.selected { background-image: url("bilder/uebersicht_mitte_selected.gif"); } .row_even td, .row_spacer td { background-image: url("bilder/uebersicht_mitte.gif"); } .row_even .col_left, .row_spacer .col_left { background-image: url("bilder/uebersicht_links.gif"); } .row_even .col_right, .row_spacer .col_right { background-image: url("bilder/uebersicht_rechts.gif"); } -.footer td[selected] { height: 30px; background-image: url("bilder/uebersicht_unten_selected.gif"); } +.footer td.selected { height: 30px; background-image: url("bilder/uebersicht_unten_selected.gif"); } .footer td { height: 30px; background-image: url("bilder/uebersicht_unten.gif"); } .footer .col_left { background-image: url("bilder/uebersicht_unten_links.gif"); } .footer .col_right { background-image: url("bilder/uebersicht_unten_rechts.gif"); } @@ -70,7 +69,7 @@ label + input { margin-left: 1em; } #heading .col_left { min-width: 15px; width: 15px; background-image: url("bilder/nav_button_back_start.gif"); } #heading .col_title { background-image: url("bilder/nav_button_back_mitte.gif"); } #heading .col_other { text-align: right; background-image: url("bilder/nav_button_back_mitte.gif"); } -#heading .col_other span { float: right; } +#heading .col_other table { display: inline; } #heading .col_help { text-align: center; width: 45px; background-image: url("bilder/nav_button_back_mitte.gif"); } #heading .col_right { min-width: 15px; width: 15px; background-image: url("bilder/nav_button_back_end.gif"); } @@ -110,10 +109,10 @@ label + input { margin-left: 1em; } #prog_summary .footer td { height: 38px; width: 246px; background-image: url("bilder/sum_bottom_mid.gif"); text-align: center; vertical-align: middle; } #prog_summary .footer .col_left { min-width: 12px; width: 12px; height: 38px; background-image: url("bilder/sum_bottom_left.gif"); } #prog_summary .footer .col_right { min-width: 12px; width: 12px; height: 38px; background-image: url("bilder/sum_bottom_right.gif"); } -#prog_summary .date { text-align: right; margin-top: 1em; float: left; } -#prog_summary .duration { text-align: right; margin-top: 1em; } +#prog_summary .date { text-align: right; margin-top: 3px; float: left; } +#prog_summary .duration { text-align: right; margin-top: 3px; } #prog_summary .title { margin-top: 1em; width: 246px; overflow: hidden; white-space: nowrap; } -#prog_summary .summary { margin-top: 1em; margin-bottom: 1em; width: 240px; height: 100px; overflow: hidden; white-space: normal; } +#prog_summary .summary { margin-top: 1em; margin-bottom: 3px; width: 240px; height: 124px; overflow: hidden; white-space: normal; } /* Tooltips */ .tt_table { width: 250px; border: 2px solid #333399; background-color: #ccccff; } |