diff --git a/htdocs/theme/monochrome/monochrome.css b/htdocs/theme/monochrome/monochrome.css index 3f620b98c43..3efbd059503 100755 --- a/htdocs/theme/monochrome/monochrome.css +++ b/htdocs/theme/monochrome/monochrome.css @@ -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; + } + /* * diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index e9f068e6c56..0b6ef8ff2af 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -115,7 +115,7 @@ if ($action == 'create') print '

'; print ''; - print ''; + print '
'; print "".''; print '';
Prénom