maj support css
This commit is contained in:
parent
c3e32f9f29
commit
62d5bebb90
@ -203,6 +203,17 @@ tr.impair {
|
|||||||
border-left: 1px dashed #666666;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|||||||
@ -115,7 +115,7 @@ if ($action == 'create')
|
|||||||
print '<p><form action="'.$PHP_SELF.'" method="post">';
|
print '<p><form action="'.$PHP_SELF.'" method="post">';
|
||||||
print '<input type="hidden" name="action" value="add">';
|
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 "<tr>".'<td valign="top">Prénom</td>';
|
||||||
print '<td class="valeur"><input size="30" type="text" name="prenom" value=""></td></tr>';
|
print '<td class="valeur"><input size="30" type="text" name="prenom" value=""></td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user