From e918ce6fe924fb2d885dfe98d2c0dab6630f9633 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Thu, 7 Nov 2019 10:36:19 +0100 Subject: [PATCH] mobilewizard: Add missing icons and fix paddings - writer:shape properties - calc: cell properties - calc: chart properties: hide position icons Change-Id: I228722a260a39552cc9addf97b225e747728557b Reviewed-on: https://gerrit.libreoffice.org/82195 Reviewed-by: Pedro Pinto da Silva Reviewed-by: Muhammet Kara Tested-by: Muhammet Kara --- loleaflet/css/toolbar.css | 4 ++-- loleaflet/images/lc_fillcolor.svg | 1 + loleaflet/images/lc_gradangle.svg | 1 + loleaflet/images/lc_linetransparency.svg | 1 + loleaflet/images/lc_styleapply.svg | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 loleaflet/images/lc_fillcolor.svg create mode 100644 loleaflet/images/lc_gradangle.svg create mode 100644 loleaflet/images/lc_linetransparency.svg diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 2ece95e3a..2967ab909 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -95,7 +95,7 @@ border-radius:100px; background-color: #696969; } - #selectheight > img, #selectwidth > img, #selectheight > img, #SendToBack > span, #ObjectBackOne > span, #ObjectForwardOne > span, #BringToFront > span, #FlipVertical > span, #FlipHorizontal > span, #Bold > span, #Italic > span, #Underline > span, #Strikeout > span, #StyleApply > span, #StyleUpdateByExample > span, #StyleNewByExample > span, #Shadowed > span, #Grow > span, #Shrink > span, #Color > span, #Spacing > span, #SuperScript > span, #SubScript > span, #AlignLeft > span, #AlignRight > span, #AlignHorizontalCenter > span, #AlignBlock > span, #ParaLeftToRight > span, #ParaRightToLeft > span, #AlignTop > span, #AlignVCenter > span, #AlignBottom > span, #IncrementIndent > span, #DecrementIndent > span, #LeftPara > span, #RightPara > span, #CenterPara > span, #JustifyPara > span, #DefaultBullet > span, #DefaultNumbering > span, #ParaspaceIncrease > span, #ParaspaceDecrease > span, #LineSpacing > span, #HangingIndent > span, #CellVertTop > span, #CellVertCenter > span, #CellVertBottom > span, div[id*='Row'] > span, div[id*='Column'] > span, div[id^=Outline] > span{ + #selectheight > img, #selectwidth > img, #selectheight > img, #SendToBack > span, #ObjectBackOne > span, #ObjectForwardOne > span, #BringToFront > span, #FlipVertical > span, #FlipHorizontal > span, #Bold > span, #Italic > span, #Underline > span, #Strikeout > span, #StyleApply > span, #StyleUpdateByExample > span, #StyleNewByExample > span, #Shadowed > span, #Grow > span, #Shrink > span, #Color > span, #Spacing > span, #SuperScript > span, #SubScript > span, #AlignLeft > span, #AlignRight > span, #AlignHorizontalCenter > span, #AlignBlock > span, #ParaLeftToRight > span, #ParaRightToLeft > span, #AlignTop > span, #AlignVCenter > span, #AlignBottom > span, #IncrementIndent > span, #DecrementIndent > span, #LeftPara > span, #RightPara > span, #CenterPara > span, #JustifyPara > span, #DefaultBullet > span, #DefaultNumbering > span, #ParaspaceIncrease > span, #ParaspaceDecrease > span, #LineSpacing > span, #HangingIndent > span, #CellVertTop > span, #CellVertCenter > span, #CellVertBottom > span, div[id*='Row'] > span, div[id*='Column'] > span, div[id^=Outline] > span, #horizontalpos > img, #verticalpos > img{ display: none !important; } #SendToBack, #ObjectBackOne, #ObjectForwardOne, #BringToFront, #FlipVertical, #FlipHorizontal, #Bold, #Italic, #Underline, #Strikeout, #StyleApply, #StyleUpdateByExample, #StyleNewByExample, #Shadowed, #Grow, #Shrink, #Color, #Spacing, #SuperScript, #SubScript,#AlignLeft, #AlignRight, #AlignHorizontalCenter, #AlignBlock, #ParaRightToLeft, #ParaLeftToRight, #AlignTop, #AlignVCenter, #AlignBottom, #IncrementIndent, #DecrementIndent, #LeftPara, #RightPara, #CenterPara, #JustifyPara, #DefaultBullet, #DefaultNumbering, #ParaspaceIncrease, #ParaspaceDecrease, #LineSpacing, #HangingIndent, #CellVertTop, #CellVertCenter, #CellVertBottom, #ParaspaceIncrease, #ParaspaceDecrease, div[id*='Row'], div[id*='Column'], #DeleteTable, #MergeCells, div[id^=Outline]{ @@ -1164,7 +1164,7 @@ tr.useritem > td > img { line-height: 32px; display: table; } - +#SetBorderStyle, div[id^=NumberFormat]{padding-left: 4%;} .ui-content.unolabel { display: table-cell; vertical-align: middle; diff --git a/loleaflet/images/lc_fillcolor.svg b/loleaflet/images/lc_fillcolor.svg new file mode 100644 index 000000000..ebd7aac9d --- /dev/null +++ b/loleaflet/images/lc_fillcolor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/loleaflet/images/lc_gradangle.svg b/loleaflet/images/lc_gradangle.svg new file mode 100644 index 000000000..4c86ece35 --- /dev/null +++ b/loleaflet/images/lc_gradangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/loleaflet/images/lc_linetransparency.svg b/loleaflet/images/lc_linetransparency.svg new file mode 100644 index 000000000..46fc25914 --- /dev/null +++ b/loleaflet/images/lc_linetransparency.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/loleaflet/images/lc_styleapply.svg b/loleaflet/images/lc_styleapply.svg index ebd7aac9d..7bd9e03cd 100644 --- a/loleaflet/images/lc_styleapply.svg +++ b/loleaflet/images/lc_styleapply.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file