From ce083c2e7fdfa08410a2a29ec55240d2bbbf59b2 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Tue, 24 Apr 2007 14:20:49 +0000 Subject: Styles prettier --- css/styles.css | 31 ++++++++++++++++++++----------- pages/edit_timer.ecpp | 41 ++++++++++++++++++++++++++++++++--------- pages/searchtimers.ecpp | 6 +++--- 3 files changed, 55 insertions(+), 23 deletions(-) diff --git a/css/styles.css b/css/styles.css index 75caa77..11603be 100644 --- a/css/styles.css +++ b/css/styles.css @@ -23,6 +23,7 @@ input { } select { + border: 1px solid #6D96A9; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } @@ -397,6 +398,19 @@ div.__progress div.__elapsed { background-color: #E9EFFF; } +/* ############# + # Tables in General + ############# +*/ + + +td.border { + padding: 0; + margin: 0; + width: 1px; +} + + /* ############# # Timers ############# @@ -414,12 +428,6 @@ table.timers tr td { border-bottom: 1px solid #C0C1DA; } -table.timers tr td.border { - padding: 0; - margin: 0; - width: 1px; -} - table.timers tr.active { background: #DEE6EE; } @@ -600,28 +608,29 @@ table.error tr td.title { table.edit { margin-top: 10px; - border: 1px solid #6D96A9; } table.edit tr td.head { - background: #6D96A9; + background: white; color: white; font-weight: bold; margin: 0; - padding: 3px; + padding: 0; + border:none; } table.edit tr td { vertical-align: top; - padding: 3px 7px 3px 3px; + padding: 6px 7px 6px 3px; vertical-align: middle; + background: url(bg_line.png) bottom repeat-x; + border-bottom: 1px solid #C0C1DA; } table.edit tr td.label { font-weight: bold; } - table.edit tr.active { background: #DEE6EE; } diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp index 90e19e1..2d907f9 100644 --- a/pages/edit_timer.ecpp +++ b/pages/edit_timer.ecpp @@ -122,32 +122,42 @@ cTimer* timer; - + + + + + + + - + + - + + + + + - + + + + - + + + + + - + + + + + - + + +
<$ timer ? tr("Edit timer") : tr("New timer") $>
<$ tr("Active") $>: type="radio"><$ tr("Yes") $> type="radio"><$ tr("No") $>
<$ tr("Channel") $>: -<& channels_widget name=("channel") channelid=(true) selected=(channel) &> - <& channels_widget name=("channel") channelid=(true) selected=(channel) &>
<$ tr("Title" ) $>:
<$ tr("Day") $>:
<$ tr("Weekday") $>: /> <$ tr("Monday") $> @@ -157,36 +167,49 @@ cTimer* timer; /> <$ tr("Friday") $> /> <$ tr("Saturday") $> /> <$ tr("Sunday") $> +
<$ tr("Start") $>: :
<$ tr("Stop") $>: :
<$ tr("Use VPS") $>: />
<$ tr("Priority") $>:
<$ tr("Lifetime") $>:
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index 3013de9..1b4ec5f 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -29,7 +29,7 @@ using namespace vdrlive; % } else { - + @@ -38,13 +38,13 @@ using namespace vdrlive; - + <{ for (SearchTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) { }> - + -- cgit v1.2.3
<$ tr("") $> <$ tr("Expression") $> <$ tr("Channel") $>   
<$ timer->Search() $> <$ timer->ChannelText() $> UseTime() ? timer->StartTimeFormatted() ?>