From 2d50ecfa3224be4bce1373b27937ac450d983025 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 15 Jan 2011 03:25:15 +0000 Subject: whatever --- local/menu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/menu.pm b/local/menu.pm index 918e9f5..6c63c89 100644 --- a/local/menu.pm +++ b/local/menu.pm @@ -31,7 +31,7 @@ sub start_html my $active = $self->{REQUEST_URI}; my $html= CGI::start_html(-style=>{'src'=>'/style.css'},-title=>$title); my $user = new local::user($ENV{REMOTE_USER}); - $html.= table({class=>'nohigh',style=>'padding-bottom:0.5em;'},Tr({class=>'nohigh'},td({style=>'font-weight: bold'},[qw/ share.ffgraz.net /]),td({align=>'right'},[b('Angemeldet als: ').$user->get_name]))); + $html.= table({class=>'nohigh'},Tr({class=>'nohigh'},td({style=>'font-weight: bold'},[qw/ share.ffgraz.net / ]),td({class=>'login',align=>'right'},[nobr(b('Angemeldet als: ').$user->get_name)]))); $html.= CGI::start_div({class=>'bodydiv'}); my @elements; foreach my $url (sort {$menus{$a}->[0] <=> $menus{$b}->[0] } keys %menus) -- cgit v1.2.3