aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-19 11:16:17 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-19 11:16:17 +0100
commitb596fe35c3f2c0c28e018518eedd6458feb439ce (patch)
treebb3734eeacdc6d79e71d230a4dd43ab93e3d7b52 /timepollhead.rb
parent6b47155ddfb8f4cede758fd99391063c59e9e900 (diff)
more width between tables
Diffstat (limited to 'timepollhead.rb')
-rw-r--r--timepollhead.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index d5e32e7..1d6678a 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -212,7 +212,7 @@ class TimePollHead
end
ret = <<END
-<table summary='edit column'><tr><td style="vertical-align:top">
+<table style='width:100%' summary='edit column'><tr><td style="vertical-align:top">
<div class='shorttextcolumn'>
Click on the dates to add or remove columns.
</div>
@@ -223,7 +223,7 @@ END
<th colspan='2' style='padding:0px'>
<form method='post' action=''>
<div>
- <input class='navigation' style='font-weight:bold' type='submit' name='add_remove_column_month' value='#{val}' />
+ <input class='navigation' type='submit' name='add_remove_column_month' value='#{val}' />
<input type='hidden' name='add_remove_column_month' value='#{curmonth.strftime("%Y-%m")}' />
<input type='hidden' name='undo_revision' value='#{revision}' />
</div>