Modification des styles pour un meilleur affichage sur la liste de recherche

This commit is contained in:
Michael RICOIS 2012-04-04 14:26:08 +00:00
parent 40eca07d65
commit 78b80adf6e
2 changed files with 7 additions and 2 deletions

View File

@ -567,6 +567,8 @@ class RechercheController extends Zend_Controller_Action
if ( $etab->Actif!=1 ) { if ( $etab->Actif!=1 ) {
$item['class'] = 'StyleInfoData'; $item['class'] = 'StyleInfoData';
} else {
$item['class'] = 'StyleInfoDataActif';
} }
$forme = ''; $forme = '';

View File

@ -100,7 +100,6 @@ a:hover {color: #000066; text-decoration:none;}
} }
.StyleInfoLib { .StyleInfoLib {
align: left;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
@ -108,12 +107,16 @@ a:hover {color: #000066; text-decoration:none;}
} }
.StyleInfoData { .StyleInfoData {
align: left;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color:#535353; color:#535353;
} }
.StyleInfoDataActif {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
table.identite { table.identite {
border-collapse:separate; border-collapse:separate;
border-spacing:4px; border-spacing:4px;