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

Pranav Kant pranavk at collabora.com
Mon May 2 12:58:48 UTC 2016


 loleaflet/dist/toolbar.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2952cae32bed7d51321a2e84f86deb1dd8e1d388
Author: Pranav Kant <pranavk at collabora.com>
Date:   Mon May 2 18:27:18 2016 +0530

    loleaflet: Fix presentation-toolbar
    
    Without padding:0; it would appear with a height of 4px just
    above the statusbar.
    
    Change-Id: I4b3058eab656739c26a4ceb02f239c63e27f0e47

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index 0eb71f3..40922cb 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -49,6 +49,7 @@
     text-align: center;
     bottom: 28px;
     width: 203px;
+    padding: 0;
     position: absolute;
     z-index: 500;
 }


More information about the Libreoffice-commits mailing list