Modification des styles pour un meilleur affichage sur la liste de recherche
This commit is contained in:
parent
40eca07d65
commit
78b80adf6e
@ -567,6 +567,8 @@ class RechercheController extends Zend_Controller_Action
|
||||
|
||||
if ( $etab->Actif!=1 ) {
|
||||
$item['class'] = 'StyleInfoData';
|
||||
} else {
|
||||
$item['class'] = 'StyleInfoDataActif';
|
||||
}
|
||||
|
||||
$forme = '';
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user