[Libreoffice-commits] online.git: loleaflet/debug loleaflet/dist

Mihai Varga mihai.varga at collabora.com
Tue Oct 13 03:28:46 PDT 2015


 loleaflet/debug/document/document_simple_example.html |    2 +-
 loleaflet/dist/leaflet.css                            |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit aeed62cd6b52a1981b3f4fc5407830242601ab38
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Tue Oct 13 13:27:45 2015 +0300

    loleaflet: have a 2 layer toolbar

diff --git a/loleaflet/debug/document/document_simple_example.html b/loleaflet/debug/document/document_simple_example.html
index 356dc6a..9bcb0f5 100644
--- a/loleaflet/debug/document/document_simple_example.html
+++ b/loleaflet/debug/document/document_simple_example.html
@@ -71,9 +71,9 @@
     globalMap.addControl(L.control.buttons());
     globalMap.addControl(L.control.zoom());
     globalMap.addControl(L.control.parts());
-    globalMap.addControl(L.control.search());
     globalMap.addControl(L.control.statusIndicator());
     globalMap.addControl(L.control.scroll());
+    globalMap.addControl(L.control.search());
     globalMap.addControl(L.control.dialog());
     globalMap.addControl(L.control.partsPreview());
     globalMap.addControl(L.control.tabs());
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index e7971ec..911b9df 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -577,7 +577,7 @@ a.leaflet-control-buttons:hover:first-child {
 	border-top: 2px solid #B6B6B6;
 	background: #DFDFDF;
 	position: absolute;
-	top: 65px;
+	top: 70px;
 	bottom: 0px;
 	right: 0px;
 	left: 0px;
@@ -763,7 +763,6 @@ a.leaflet-control-buttons:hover:first-child {
 	left: 0;
 	right: 0;
 	padding-bottom: 15px;
-	padding-top: 15px;
 	text-align: center;
 }
 


More information about the Libreoffice-commits mailing list