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 ) {
|
if ( $etab->Actif!=1 ) {
|
||||||
$item['class'] = 'StyleInfoData';
|
$item['class'] = 'StyleInfoData';
|
||||||
|
} else {
|
||||||
|
$item['class'] = 'StyleInfoDataActif';
|
||||||
}
|
}
|
||||||
|
|
||||||
$forme = '';
|
$forme = '';
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user