Skip to content
Extraits de code Groupes Projets
Valider f16f7c78 rédigé par echarp's avatar echarp
Parcourir les fichiers

The css to position legend markers was overriden by the vendor styles...

parent 1d5eac21
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 93205 ajouts et 5 suppressions
......@@ -24,9 +24,9 @@
form.leaflet-control-layers-list label
text-align: left
.awesome-marker
height: auto
display: inline-block
position: relative
height: auto !important
display: inline-block !important
position: relative !important
html.iframe #map
width: 100%
......
Fichier ajouté
(function() {
$(document).ready(function() {
return tinyMCE.init({
schema: 'html5',
menubar: false,
language: 'fr_FR',
selector: 'textarea.description',
content_css: '/assets/application-80267254eb940edca206faebfaaef536c10bb76d2332249a101cb05f18e6f833.css',
entity_encoding: 'raw',
add_unload_trigger: true,
browser_spellcheck: true,
toolbar: [' bold italic strikethrough | bullist numlist outdent indent | alignleft aligncenter alignright alignjustify | link image media insertdatetime charmap table | undo redo | searchreplace | code visualblocks preview fullscreen'],
plugins: 'lists, advlist, autolink, link, image, charmap, paste, print, preview, table, fullscreen, searchreplace, media, insertdatetime, visualblocks, visualchars, wordcount, contextmenu, code'
});
});
$(document).on('page:receive', function() {
return tinymce.remove();
});
}).call(this);
Fichier ajouté
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter