loleaflet/dist/loleaflet.css     |    8 ++++++++
 loleaflet/dist/loleaflet.html.m4 |    1 +
 2 files changed, 9 insertions(+)

New commits:
commit 077fa2cba61438c717ed4cbca92b3784640068f4
Author: Henry Castro <hcas...@collabora.com>
Date:   Sat Apr 14 11:54:22 2018 -0400

    loleaflet: fix hamburger/x icon
    
    Change-Id: Iabbc75549cb04c17eb5b6e9fc771fc3a18b3b969

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 469106e26..ab8d10918 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -79,6 +79,11 @@ body {
     width: 125px;
 }
 
+#toolbar-hamburger {
+    display: none;
+    width: 41px;
+}
+
 @media (max-width: 767px) {
     /* Show slidesorter beyond 768px only */
     #presentation-controls-wrapper {
@@ -106,6 +111,9 @@ body {
     #toolbar-logo {
        width: 32px;
     }
+    #toolbar-hamburger {
+       display: table-cell;
+    }
     #closebutton {
        display: none;
     }
diff --git a/loleaflet/dist/loleaflet.html.m4 b/loleaflet/dist/loleaflet.html.m4
index 0ffd4b5cb..191061551 100644
--- a/loleaflet/dist/loleaflet.html.m4
+++ b/loleaflet/dist/loleaflet.html.m4
@@ -52,6 +52,7 @@ ifelse(debug,[true],[<link rel="stylesheet" 
href="/loleaflet/%VERSION%/w2ui-1.5.
       <div id="toolbar-wrapper">
        <div id="toolbar-logo"></div>
        <div id="toolbar-up"></div>
+       <div id="toolbar-hamburger"></div>
        <div id="formulabar"></div>
       </div>
       <input id="insertgraphic" type="file" style="position: fixed; top: 
-100em">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to