loleaflet/css/menubar.css | 1 + loleaflet/css/notebookbar.css | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+)
New commits: commit db32e4fc3800ffad83ea82e4835b0653d26d1bae Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Mon May 4 11:56:06 2020 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Thu May 7 15:33:36 2020 +0200 notebookbar: don't cover the title field Change-Id: I9e94863784150104d7588c8dac532343766f7154 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93619 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css index c3dc4a8f5..a9031469a 100644 --- a/loleaflet/css/menubar.css +++ b/loleaflet/css/menubar.css @@ -39,6 +39,7 @@ table-layout: fixed; border-spacing: 5px 0px; max-height: 39px; + z-index: 100000; } .main-nav { commit cbaaeba9775a21a09c6a5bddc2132198dec60412 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Thu May 7 10:50:26 2020 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Thu May 7 15:33:28 2020 +0200 notebookbar: layout calc tabs Change-Id: Iea602cc35c07653fd6ed862d356981d8fffe5523 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93622 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css index 1fbc5bc9f..eb083b6e9 100644 --- a/loleaflet/css/notebookbar.css +++ b/loleaflet/css/notebookbar.css @@ -94,6 +94,8 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb display: none; } +/* Writer */ + /* Home tab */ #clearFormatting.notebookbar div img { width: 24px !important; @@ -274,3 +276,38 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb { margin-top: 10px !important; } + +/* Calc */ + +/* Insert Tab */ + +#table-InsertBox { + margin-top: 5px; +} + +#DefineName.notebookbar { + margin-top: 10px !important; +} + +#DataDataPilotRun.notebookbar img +{ + height: 32px !important; + width: 32px !important; +} + +/* Review Tab */ + +#table-GroupB40 #Hyphenate.notebookbar, +#DeleteAllNotes.notebookbar { + margin-top: 10px !important; +} + +#SpellDialog.notebookbar img, +#TraceChangeMode.notebookbar img, +#AcceptChanges.notebookbar img, +#Protect.notebookbar img, +#ToolProtectionDocument.notebookbar img +{ + height: 32px !important; + width: 32px !important; +} \ No newline at end of file _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits