summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
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; }