make the login box be centered again on firefox/linux
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 8 Feb 2006 08:37:24 +0000 (08:37 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 8 Feb 2006 08:37:24 +0000 (08:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10660 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index 2aa2fe23a1ca2b2fc8a6e5c5a3e92fd3964b578c..5cbe981e2f2012383216952cf4a7c9c59ad988b2 100644 (file)
@@ -200,7 +200,7 @@ echo html_tag( 'table',
                                     '<div style="text-align: center;">'. addSubmit(_("Login")) .'</div>',
                                     'left' )
                                 ),
                                     '<div style="text-align: center;">'. addSubmit(_("Login")) .'</div>',
                                     'left' )
                                 ),
-                        '', $color[4], 'border="0" width="350"' ) . '</div>',
+                        '', $color[4], 'border="0" width="350" align="center"' ) . '</div>',
                         'center' )
                         ) ,
                         '', $color[4], 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
                         'center' )
                         ) ,
                         '', $color[4], 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
@@ -209,4 +209,4 @@ echo '</form>' . "\n";
 do_hook('login_bottom');
 
 ?>
 do_hook('login_bottom');
 
 ?>
-</body></html>
\ No newline at end of file
+</body></html>