summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-10-21 10:24:52 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-10-21 10:24:52 +0200
commit8ed70947cc069fb98d9a281927ba0f289b0a6115 (patch)
treeecf409e62d86fa44e99b85e137e2ead3423926eb /template/default/style.css
parenta935422b27fcfc8713c63033c419081b5731fcff (diff)
downloadvdradmin-am-0.97-am3.4.2rc.tar.gz
vdradmin-am-0.97-am3.4.2rc.tar.bz2
2005-10-21: 0.97-am3.4.2rcv0.97-am3.4.2rc
- Hopefully fixed browsing in "recordings" menu (if there are folders having the same name). - Added new skin "default". - Removed i18n.pl. - Localization can be set in configuration again. - Added "Transponder" and "CA-System" to tooltips in timer_list. - Show recording's summary and subtitle in rec_edit (Requested by BigDiSt). - Check for and shorten too long summary when programming timer. - Check for too long commands sent to SVDRPort. - Channel select box in TV. - "Test" button in AutoTimer edit for showing results of current settings (Requested by Hardy Flor). - Link from channel name in prog_list2 and timer_list to prog_list. - Bring popups to the front (e.g. help, prog_detail...) (Based on a patch submitted by Ville Skyttä). - Reuse existing TV, RC and help windows (Based on a patch submitted by Ville Skyttä). - Send vdradmin.m3u when streaming. - Tooltips in timer_list, prog_timeline and at_timer_list can be deactivated (Requested by Hardy Flor). - Fixed wrong HTML tags in rec_detail (Reported by foobar42).
Diffstat (limited to 'template/default/style.css')
-rw-r--r--template/default/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/style.css b/template/default/style.css
index e24ed8a..3ee4787 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -31,6 +31,7 @@ label + input { margin-left: 1em; }
.heading { height: 30px; }
.heading h2 { padding-left: 3px; padding-right: 3px; white-space: nowrap; }
.col_label, .col_value, .col_active, .col_channel, .col_start, .col_stop, .col_date, .col_time { padding-left: 3px; padding-right: 3px; white-space: nowrap; }
+.col_value { white-space: normal; }
.row_spacer td { height: 10px; }
.row_odd, .row_even { height: 25px; }
.col_left, .col_right { min-width: 30px; max-width: 30px; width: 30px; height: 25px; }
@@ -129,7 +130,6 @@ label + input { margin-left: 1em; }
#help .ref_menu { font-style: italic; }
#help .ref_file { text-decoration: underline; }
#help .ref_label { font-style: italic; }
-#help .submit { border: 1px solid black; white-space: nowrap; }
#help .links { padding: 5px; background-color: silver; text-align: justify; }
#help .links a { white-space: nowrap; }
#help .group { margin-top: 0.6em; border: 1px solid black; white-space: normal; }