[Libreoffice-commits] online.git: loleaflet/css
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 17 01:07:46 UTC 2018
loleaflet/css/loleaflet.css | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4a4a888798f03f557d76f90cc67f6bd3c6159887
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Oct 16 21:06:34 2018 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Tue Oct 16 21:07:08 2018 -0400
loleaflet: mobile: ensure to hide the document name
Change-Id: I5285409f69f8e6568436fcc25a58eca4a24a0886
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index cd211adcb..0920701cc 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/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