[Cwispy-devel] cwispy2/admin cwispy.php,1.68,1.69
Status: Abandoned
Brought to you by:
cwispy
From: Martin J. G. <mor...@us...> - 2008-03-26 10:05:49
|
Update of /cvsroot/cwispy/cwispy2/admin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9033 Modified Files: cwispy.php Log Message: fixed the CSS centering the login box Index: cwispy.php =================================================================== RCS file: /cvsroot/cwispy/cwispy2/admin/cwispy.php,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- cwispy.php 26 Mar 2008 10:02:45 -0000 1.68 +++ cwispy.php 26 Mar 2008 10:05:45 -0000 1.69 @@ -343,7 +343,7 @@ if($numargs > 1) { $header = $arg_list[1]; } - echo "<table style=\"empty-cells: hide; background-color: ".$TABLEBORDER."\" cellpadding='1' cellspacing='0' border='0'>\n"; + echo "<table style=\"empty-cells: hide; background-color: ".$TABLEBORDER."; margin: auto; text-align: center\" cellpadding='1' cellspacing='0' border='0'>\n"; if ($header) { echo " <tr>\n <td colspan='".$colspan."' align='right'>\n <div class='header'>".$header." </div></td>\n </tr>\n"; } |