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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 26 14:41:53 UTC 2020


 loleaflet/css/notebookbar.css |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

New commits:
commit e382efb79ad28cb8b58ff42bfdcce728ed8cc29a
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Aug 26 16:07:26 2020 +0200
Commit:     Pedro Silva <pedro.silva at collabora.com>
CommitDate: Wed Aug 26 16:41:33 2020 +0200

    Notebookbar: Writer: fix Home misaligned icns
    
    Change-Id: I8f8e249527664be910658e8550ff7e69f9746287
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101408
    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 b820d8d3d..eef4ebe1a 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -220,7 +220,13 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
 #table-Home-Section-Insert #table-GroupB20 #InsertTable.notebookbar {
 	width: 50px;
 }
-
+#table-Home-Section-Insert #table-LineB9 #InsertGraphic.notebookbar{
+	width: auto;
+	margin-left: -2px;
+}
+#LineSpacing.notebookbar {
+	margin-left: -14px !important;
+}
 #buttonbefore.notebookbar, #buttonafter.notebookbar, #buttonoptimal.notebookbar, #buttonparallel.notebookbar, #buttonnone.notebookbar, #buttonthrough.notebookbar, #bottom.notebookbar, #top.notebookbar, #standard.notebookbar, #Bold.notebookbar, #Italic.notebookbar, #Underline.notebookbar, #Strikeout.notebookbar{
 	margin: 0px !important;
 	padding: 0px !important;
@@ -348,7 +354,7 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
 /* Writer */
 
 /* Home tab */
-#table-HomeTab {	
+#table-HomeTab {
 	margin-left: -16px;/*force alignment: clipboard elements*/
 	margin-top: -5px;
 }
@@ -469,7 +475,8 @@ div[id*='Row'].notebookbar, div[id*='Column'].notebookbar, #SendToBack.notebookb
 #table-Reference-Section-Reference #InsertFootnote.notebookbar img,
 #table-Reference-Section-Reference #InsertReferenceField.notebookbar img,
 #InsertAuthoritiesEntry.notebookbar img,
-#UpdateAll.notebookbar img
+#UpdateAll.notebookbar img,
+#InsertReferenceField.notebookbar img
 {
 	height: 32px !important;
 	width: 32px !important;


More information about the Libreoffice-commits mailing list