maj support css

This commit is contained in:
beedauchon 2003-09-14 23:10:27 +00:00
parent c3e32f9f29
commit 62d5bebb90
2 changed files with 12 additions and 1 deletions

View File

@ -203,6 +203,17 @@ tr.impair {
border-left: 1px dashed #666666;
}
.tablefuser {
background: #444444;
font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #eeeeee;
border-top: 1px dashed #555555;
border-right: 1px dashed #888888;
border-bottom: 1px dashed #777777;
border-left: 1px dashed #666666;
}
/*
*

View File

@ -115,7 +115,7 @@ if ($action == 'create')
print '<p><form action="'.$PHP_SELF.'" method="post">';
print '<input type="hidden" name="action" value="add">';
print '<table border="1" cellpadding="3" cellspacing="0">';
print '<table class=tablefuser border="1" cellpadding="3" cellspacing="0">';
print "<tr>".'<td valign="top">Prénom</td>';
print '<td class="valeur"><input size="30" type="text" name="prenom" value=""></td></tr>';