[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 8 21:19:15 UTC 2018


 loleaflet/dist/loleaflet.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7feef9a197e399e1263a188eb8057ad71f65066b
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Oct 16 21:06:34 2018 -0400
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Nov 8 22:18:58 2018 +0100

    loleaflet: mobile: ensure to hide the document name
    
    Change-Id: I5285409f69f8e6568436fcc25a58eca4a24a0886
    Reviewed-on: https://gerrit.libreoffice.org/61861
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 3ce760548..5e7b5a41d 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -114,6 +114,9 @@ body {
     #closebutton {
 	display: none;
     }
+    #document-name-input {
+	display: none;
+    }
 }
 
 .loleaflet-font {


More information about the Libreoffice-commits mailing list