[Libreoffice-commits] online.git: loleaflet/css
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 26 07:19:42 UTC 2020
loleaflet/css/notebookbar.css | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 7fba29f19026f0a990ccc1b1f680292bf9985efe
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Aug 25 13:49:28 2020 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Aug 26 09:19:22 2020 +0200
notebookbar: align home tab
Change-Id: I24c83af9e5136b17e06d78043e447c107e17f716
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101323
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index 7d831bcdc..019bf95a2 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -247,9 +247,6 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
.unotoolbutton.notebookbar .unobutton.selected {
box-shadow: 0 0 0px 4px #e6e6e640 !important;
}
-#table-HomeTab {
- margin-left: -16px;/*force alignment: clipboard elements*/
-}
#table-HomeTab .unospan-uptoolbar:not(.disabled) {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
@@ -339,6 +336,11 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
/* Writer */
/* Home tab */
+#table-HomeTab {
+ margin-left: -16px;/*force alignment: clipboard elements*/
+ margin-top: -5px;
+}
+
#clearFormatting.notebookbar div img {
width: 24px !important;
height: 24px !important;
More information about the Libreoffice-commits
mailing list