Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between 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);
}
/trunk/presentations/images/dictionnaire_inactif.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/presentations/images/dictionnaire_inactif.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/presentations/images/dictionnaire.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/presentations/images/dictionnaire.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/presentations/scripts/fiche-synthese.js
249,6 → 249,7
var ongletNomCode = ui.panel.children(".onglet_contenu").attr("id");
$(".lien_retour_synthese").toggle((ongletNomCode != "synthese"));
mettreAJourUrl(permalienNumNom+"-"+ongletNomCode, ongletNomCode);
$(document).trigger('dictionnaireRechercherDefinitions', '#'+ongletNomCode);
}
});