[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 6 20:04:22 UTC 2019
loleaflet/css/menubar.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 0d2026315143ad778b10ede30f55c25777eb37a3
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 3 15:31:45 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Sun Oct 6 22:04:01 2019 +0200
Fix main-nav position, space out icons and remove document-header that appeats in the menu when in edit mode
Change-Id: I8d20cc424c30a302c36daa4952c39e12d1b74f80
Reviewed-on: https://gerrit.libreoffice.org/80132
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index 9324fbebd..7e3c6c481 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -48,7 +48,9 @@
font-weight: bold;
color: #404040;
}
-
+#document-header{
+ display: none !important;
+}
}
@@ -342,6 +344,7 @@
-webkit-overflow-scrolling: touch;
overflow: scroll;
z-index: 1010;
+ bottom: 34px !important;
}
#main-menu {
More information about the Libreoffice-commits
mailing list