Correction changement style issue #0000099
This commit is contained in:
parent
24444959ae
commit
dba4f70caf
@ -17,7 +17,7 @@ table.tablesorter thead tr .headerSortUp { background-image: url(../img/asc.gif)
|
||||
table.tablesorter thead tr .headerSortDown { background-image: url(../img/desc.gif); }
|
||||
#tri li {list-syle:none; margin-left:10px; display:inline; font-size:11px; }
|
||||
p.options { margin-left:10px; margin-top:5px; font-size:11px; }
|
||||
#getSurveillanceMsg { margin-left:10px; margin-top:5px; }
|
||||
#telechargementjsMsg { margin-left:10px; margin-top:5px; }
|
||||
.align_image img, .align_image span {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
|
@ -167,7 +167,7 @@ if ($message<>'') {
|
||||
?>
|
||||
<h1 class="titre">PROFIL UTILISATEUR</h1>
|
||||
|
||||
<form name="form_moncompte" action="./?page=moncompte" method="POST" enctype="multipart/form-data">
|
||||
<form name="form_moncompte" action="./?page=moncompte" method="post" enctype="multipart/form-data">
|
||||
<?php
|
||||
if (isset($_REQUEST['action']) && $_REQUEST['action']=='new') {
|
||||
?>
|
||||
|
@ -120,7 +120,7 @@ if($vue=='default'){
|
||||
?>
|
||||
<table id="info">
|
||||
<tr>
|
||||
<td width="200" class="StyleInfoLib">Nombre d'entités affichées</td>
|
||||
<td width="200" class="StyleInfoLib">Nombre d'entités affichées</td>
|
||||
<td><?=$nbEtab?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user