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 ) {
$item['class'] = 'StyleInfoData';
} else {
$item['class'] = 'StyleInfoDataActif';
}
$forme = '';

View File

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