summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-02-10 11:07:59 +0100
committerAndreas Mair <amair.sob@googlemail.com>2006-02-10 11:07:59 +0100
commitc908714dd89aad8aac9a01a93bdd44375d6bf69f (patch)
treecdd478697c50da254b9ea05be4cad9aade756e5b /template/default/style.css
parent241fa247256050d545d0d4024f260012c20c498d (diff)
downloadvdradmin-am-3.4.3rc3.tar.gz
vdradmin-am-3.4.3rc3.tar.bz2
2006-02-10: 3.4.3rc3v3.4.3rc3
- Changed handling of refering pages; should work much better now.
Diffstat (limited to 'template/default/style.css')
-rw-r--r--template/default/style.css3
1 files changed, 1 insertions, 2 deletions
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; }