summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-10-24 12:29:26 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-10-24 12:29:26 +0200
commite1f97fae0ca169df8c293d5d090b58da072fabc5 (patch)
tree341c499b886365d31ee52e2d7d251f042c87b04b /template/default/style.css
parent8ed70947cc069fb98d9a281927ba0f289b0a6115 (diff)
downloadvdradmin-am-0.97-am3.4.2rc2.tar.gz
vdradmin-am-0.97-am3.4.2rc2.tar.bz2
2005-10-24: 0.97-am3.4.2rc2v0.97-am3.4.2rc2
- For VDR >=1.3.24 use VDR's timer flags for finding timers that are currently recording. - Fixed sendmail notification for AutoTimer. - If /usr/bin/locale is not available, language can be entered in textfield instead of chosing in selectbox. - Fixed wrong display of double quotes in timer_list and at_timer_list.
Diffstat (limited to 'template/default/style.css')
-rw-r--r--template/default/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/default/style.css b/template/default/style.css
index 3ee4787..3f6be1b 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -59,7 +59,8 @@ label + input { margin-left: 1em; }
.col_duration { padding-left: 3px; padding-right: 3px; width: 120px; vertical-align: top; }
.col_name, .col_title * { padding-left: 3px; padding-right: 3px; min-width: 50px; white-space: normal; }
.col_info, .col_record { width: 65px; text-align: center; }
-.col_active, .col_stream { width: 70px; max-width: 70px; }
+.col_active { width: 75px; max-width: 75px; }
+.col_stream { width: 70px; max-width: 70px; }
.col_channel { width: 120px; }
.col_start, .col_stop, .col_date, .col_time { width: 66px; text-align: right; }
.col_edit, .col_delete, .col_checkbox { text-align: center; width: 30px; max-width: 30px; }