Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1420 → Rev 1419

/trunk/modules/mobile/presentations/js/mobile.js
7,6 → 7,11
voirSources();
});
// Pour faire disparaƮtre la barre d'url du navigateur sur le premier toucher de l'utilisateur
$('body').on('click', '*', function() {
screenfull.request();
});
function voirSources() {
var w = window.open();
var html = $("#smartflore-sources").html();
/trunk/modules/mobile/presentations/css/smartflore.css
145,7 → 145,7
bottom: 13px;
height: 7vh;
position: relative;
min-height: 50px;
min-height: 40px;
}
#smartflore-fiche #smartflore-entete h1 {