aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.css3
-rw-r--r--timepollhead.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/default.css b/default.css
index e7ead44..d98b560 100644
--- a/default.css
+++ b/default.css
@@ -83,6 +83,9 @@ table.calendarday {
border-spacing: 2px;
}
+div#AddRemoveColumndaysDescription{
+ max-width: 12em;
+}
table.calendarday th, table.calendarday td{
min-width: 2em;
diff --git a/timepollhead.rb b/timepollhead.rb
index 1d6678a..2ff5266 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -213,7 +213,7 @@ class TimePollHead
ret = <<END
<table style='width:100%' summary='edit column'><tr><td style="vertical-align:top">
-<div class='shorttextcolumn'>
+<div id='AddRemoveColumndaysDescription' class='shorttextcolumn'>
Click on the dates to add or remove columns.
</div>
<table class='calendarday' summary='The day to vote for.'><tr>