[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / gis / prive / style_prive_plugin_gis.html
index 130a35d..bd0fd61 100644 (file)
@@ -1,5 +1,5 @@
 #CACHE{3600*100,cache-client}
-#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
+#HTTP_HEADER{Content-Type: text/css; charset=utf-8}
 #HTTP_HEADER{Vary: Accept-Encoding}
 
 #SET{claire,##ENV{couleur_claire,edf3fe}}
@@ -8,13 +8,11 @@
 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
 
 /* liste des points exec=gis_tous */
+.gis_tous .onglets_simple .formulaire_recherche { margin-bottom: 0; }
 
-.points .liste_items .titre { font-size: small; }
-.points .liste_items .titre .numero { float: right; }
-.points .liste_items .description,
-.points .liste_items .geo { margin: 5px 0 0; color: #666; }
-.points .liste_items .geo abbr { border: 0; }
-.points .liste_items p.actions { font-size: 0.9em; margin: 5px 0 0; }
+/* saisie carte */
+.saisie_carte .leaflet-control-layers label { float: none; width: auto; margin-#GET{left}: 0; }
+.saisie_carte .leaflet-control.leaflet-draw .leaflet-draw-actions  { margin-#GET{left}: 0; margin-#GET{right}: 0; }
 
-/* Avec OpenLayer, le menu deroulant de spip passe dessous la carte... */
-.olMap .olMapViewport {z-index:0;}
+/* pas de souligné sur les boutons de la carte dans le privé sur la vue d’un objet */
+#wysiwyg .leaflet-bar a { text-decoration:none; }
\ No newline at end of file