From ff4e248c6baf0468ff9dbe6b99d4c59191a67277 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 13 Nov 2011 21:52:24 +0100 Subject: cgi: alignment fixes --- cgi/index.pl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cgi/index.pl b/cgi/index.pl index aaa3f7d..e9fff98 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -196,7 +196,7 @@ sub render_image { $png->draw_at( 25, $destination ); if (length($etr) > 2) { - $png->draw_at( 142, $etr ); + $png->draw_at( 145, $etr ); } elsif (length($etr) > 1) { $png->draw_at( 148, $etr ); @@ -274,7 +274,7 @@ __DATA__ span.fielddesc { display: block; float: left; - width: 10em; + width: 12em; text-align: right; padding-right: 0.5em; } @@ -318,17 +318,16 @@ local transit networks as well. <%= submit_button 'Display' %>
optional:
- number of lines (1 .. 10) + display height [1..10] <%= text_field 'no_lines' %>
- min. offset (minutes) + min. offset [minutes] <%= text_field 'offset' %>
- match lines 1 2 + match line prefix 1 <%= text_field 'line' %>
match platform 1 <%= text_field 'platform' %>

1 comma-separated list
- 2 prefix matching

<% end %> -- cgit v1.2.3