From 5559ae7fe9e41d8f7c6c8d1bc007fc22525fef63 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Fri, 4 May 2007 10:03:27 +0000 Subject: [PATCH] =?utf8?q?Kleine=20Menubugs=20entfernt.=20-=20Doppelte=20S?= =?utf8?q?crolleisten=20horizontal=20und=20vertikal=20bei=201024x768=20im?= =?utf8?q?=20Firefox=202.0=20-=20=C3=9Cbersetzung=20Nutzer=20in=20Benutzer?= =?utf8?q?=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/menuv3.pl | 6 +++--- css/menuv3.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/mozilla/menuv3.pl b/bin/mozilla/menuv3.pl index 2837a30ca..082602315 100644 --- a/bin/mozilla/menuv3.pl +++ b/bin/mozilla/menuv3.pl @@ -57,8 +57,8 @@ sub display {
- @@ -73,7 +73,7 @@ sub clock_line { $fensterlink="menuv3.pl?login=$form->{login}&password=$form->{password}&action=display"; $fenster = "["."neues Fenster]"; - $login = "[Nutzer " + $login = "[".$locale->text('User') . ": " . $form->{login} . " - {"password"} diff --git a/css/menuv3.css b/css/menuv3.css index 28061a4e3..5e5a93f5b 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -3,7 +3,7 @@ behavior:url("css/csshover.htc"); } #menu { -width:100%; +width:99.8%; float:left; background:url(../image/bg_css_menu.png) repeat bottom; border:1px solid; -- 2.20.1