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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 30 09:30:24 UTC 2020


 loleaflet/css/notebookbar.css |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit d621a65ccd1c4c19bf10f36aca6dfdbfa2a01ffd
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Jul 30 10:50:56 2020 +0200
Commit:     Pedro Silva <pedro.silva at collabora.com>
CommitDate: Thu Jul 30 11:30:04 2020 +0200

    Notebookbar: turn shortcuts-bar's container into a block with height
    
    Change-Id: Id7720b36398bc95f127b592e28abb14eae17468c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99767
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Pedro Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index 7385916b4..437c586ca 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -57,6 +57,11 @@
 	z-index: 10000;
 }
 
+.notebookbar-shortcuts-bar > table {
+	display: block;
+	height: 33px;
+}
+
 .notebookbar-shortcuts-bar .unotoolbutton.notebookbar {
 	margin-right: 10px;
 }


More information about the Libreoffice-commits mailing list