Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1357 → Rev 1358

/trunk/presentations/styles/eflore.css
984,7 → 984,7
 
.label_redirige_depuis {
display: table-cell;
width: 90px;
width: 91px;
padding-right: 5px;
font-size: 12px;
line-height: 22px;
1632,4 → 1632,28
.nb_resultats {
float:right;
margin-top: 10px;
}
 
/**---------------------- Styles pour le dictionnaire --------------------------------------------**/
#conteneur_activation_definition {
height: 18px;
width: 16px;
left: 17px;
top: 15px;
position: relative;
 
}
 
#conteneur_activation_definition a {
height: 18px;
width: 16px;
display: inline-block;
}
 
#conteneur_activation_definition.definitions_actives a {
background: url("../images/dictionnaire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
 
#conteneur_activation_definition.definitions_inactives a {
background: url("../images/dictionnaire_inactif.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}