[imp] fix problem in opera
Mateusz Kamiński
matipl at ds.pg.gda.pl
Fri Jan 28 14:45:36 PST 2005
In Opera login box is align to left. Should be center (ie. Firefox,
IE).
PS: I'm sorry for my english.
--
Mateusz 'matipl' Kamiński
-------------- next part --------------
--- login.inc 2004-12-20 10:41:00.000000000 +0100
+++ login.new 2005-01-28 23:43:54.000000000 +0100
@@ -123,7 +123,7 @@
<br class="spacer" />
<?php $notification->notify(array('listeners' => 'status')) ?>
-<table width="100%"><tr><td align="center"><table border="0" width="300">
+<table width="100%"><tr><td align="center"><table border="0" width="300" style="margin: auto;">
<?php if (!empty($reason)): ?>
<tr>
More information about the imp
mailing list