[Libreoffice-commits] online.git: loleaflet/debug loleaflet/dist
Mihai Varga
mihai.varga at collabora.com
Tue Oct 13 03:41:30 PDT 2015
loleaflet/debug/document/document_simple_example.html | 4 ++--
loleaflet/dist/leaflet.css | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 602e535bb246483f62fc5f1377cbd213914e4ff5
Author: Mihai Varga <mihai.varga at collabora.com>
Date: Tue Oct 13 13:41:08 2015 +0300
loleaflet: fixed the slides preview
diff --git a/loleaflet/debug/document/document_simple_example.html b/loleaflet/debug/document/document_simple_example.html
index 9bcb0f5..c7a30a2 100644
--- a/loleaflet/debug/document/document_simple_example.html
+++ b/loleaflet/debug/document/document_simple_example.html
@@ -69,10 +69,10 @@
globalMap.addControl(L.control.styles());
globalMap.addControl(L.control.fonts());
globalMap.addControl(L.control.buttons());
- globalMap.addControl(L.control.zoom());
- globalMap.addControl(L.control.parts());
globalMap.addControl(L.control.statusIndicator());
globalMap.addControl(L.control.scroll());
+ globalMap.addControl(L.control.zoom());
+ globalMap.addControl(L.control.parts());
globalMap.addControl(L.control.search());
globalMap.addControl(L.control.dialog());
globalMap.addControl(L.control.partsPreview());
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index 911b9df..77c0381 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -702,7 +702,7 @@ a.leaflet-control-buttons:hover:first-child {
.parts-preview {
background: #DFDFDF;
position: absolute;
- top: 65px;
+ top: 70px;
bottom: 0px;
max-width: 195px;
overflow: hidden;
More information about the Libreoffice-commits
mailing list