From c908714dd89aad8aac9a01a93bdd44375d6bf69f Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 10 Feb 2006 11:07:59 +0100 Subject: 2006-02-10: 3.4.3rc3 - Changed handling of refering pages; should work much better now. --- template/default/copper/style.css | 1 - template/default/default/style.css | 6 ------ template/default/navigation.html | 13 ++++++------- template/default/prog_detail.html | 2 +- template/default/prog_summary.html | 2 +- template/default/style.css | 3 +-- 6 files changed, 9 insertions(+), 18 deletions(-) (limited to 'template/default') diff --git a/template/default/copper/style.css b/template/default/copper/style.css index 2db059c..6bbb183 100644 --- a/template/default/copper/style.css +++ b/template/default/copper/style.css @@ -145,4 +145,3 @@ label + input { margin-left: 1em; } #navigation a { color: black; font-weight: bold; text-decoration: none; } #navigation a:hover { font-size: 13px; color: #ff0000 } #navigation input { width: 130px; } -#navigation .bottom { position:absolute; bottom: 5px; } diff --git a/template/default/default/style.css b/template/default/default/style.css index 0b57a2f..f2ec8c6 100644 --- a/template/default/default/style.css +++ b/template/default/default/style.css @@ -562,9 +562,3 @@ body.help .heading { #navigation input { width: 140px; } -#navigation .bottom { - position:absolute; - left: 0px; - right: 0px; - bottom: 5px; -} diff --git a/template/default/navigation.html b/template/default/navigation.html index fd51a95..9a5881a 100644 --- a/template/default/navigation.html +++ b/template/default/navigation.html @@ -65,13 +65,7 @@ - - - diff --git a/template/default/prog_detail.html b/template/default/prog_detail.html index 825ed43..3f27f0c 100644 --- a/template/default/prog_detail.html +++ b/template/default/prog_detail.html @@ -46,7 +46,7 @@  [<%! record !%>] -  [<%! search !%>] +  [<%! search !%>]  [IMDb] diff --git a/template/default/prog_summary.html b/template/default/prog_summary.html index 3940872..5dbbce2 100644 --- a/template/default/prog_summary.html +++ b/template/default/prog_summary.html @@ -79,7 +79,7 @@ <%! TV select !%> - <%! Search for other show times !%> + <%! Search for other show times !%> <%! More Information !%> diff --git a/template/default/style.css b/template/default/style.css index 888b23b..7d88708 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -114,7 +114,7 @@ label + input { margin-left: 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: 3px; width: 240px; height: 124px; overflow: hidden; white-space: normal; } +#prog_summary .summary { margin-top: 1em; margin-bottom: 3px; width: 240px; height: 124px; overflow: auto; white-space: normal; } /* Tooltips */ .tt_table { width: 250px; border: 2px solid #333399; background-color: #ccccff; } @@ -147,4 +147,3 @@ label + input { margin-left: 1em; } #navigation a { color: black; font-weight: bold; text-decoration: none; } #navigation a:hover { text-decoration: underline; } #navigation input { width: 130px; } -#navigation .bottom { position:absolute; bottom: 5px; } -- cgit v1.2.3