[Libreoffice-commits] online.git: 2 commits - loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 6 15:30:21 UTC 2019
loleaflet/css/toolbar-mobile.css | 86 +++++++++++++++++++--------------------
loleaflet/css/toolbar.css | 6 +-
2 files changed, 46 insertions(+), 46 deletions(-)
New commits:
commit ae119a4102be4c0ba63cd9ab142390e87ff0fb90
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Nov 5 17:24:12 2019 +0100
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Nov 6 16:30:11 2019 +0100
impress:mobilewizard:paragraph: fix icon arrangements and hide labels
Change-Id: I5c7d1be30fcbdecefe894c27c46bce29a0f082c2
Reviewed-on: https://gerrit.libreoffice.org/82081
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 6b17c11a0..c2164acd0 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -95,10 +95,10 @@
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, #CellVertBo
ttom > 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, #CellVertBo
ttom > span, #OutlineRight > span, #OutlineLeft > span, #OutlineDown > span, #OutlineUp > span{
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{
+ #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, #OutlineRight, #OutlineLeft, #OutlineDown, #OutlineUp{
padding: 16px 28px 16px 4% !important;
margin: 0px !important;
float:left;
@@ -108,7 +108,7 @@
float: left;
padding: 20px 20px 20px 20px !important;
}
- #belowparaspacing{float: left;}
+ #belowparaspacing, #spacinglabel, #OutlineRight, #DefaultBullet, #CellVertTop{float: left;}
#Color {
padding: 20px 20px 0px 20px !important;
}
commit 526056f630cf93e3a64c92facdf7202dcc51b451
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Nov 5 17:07:05 2019 +0100
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Nov 6 16:30:00 2019 +0100
Fix search on mobile (including in the meadia query)
Change-Id: I4384bc1c29b5081ed5c1b40bad68567c208aa574
Reviewed-on: https://gerrit.libreoffice.org/82080
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index dad603643..b43afc8ad 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -33,47 +33,47 @@
-webkit-filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-190deg) saturate(900%) contrast(0.8);
}
-}
-#toolbar-down table.w2ui-button:not(.checked) td.w2ui-tb-down > div {
- border-top: none !important;
- margin-top: 0 !important;
- border-bottom: 5px solid #8D99A7 !important;
-}
-#toolbar-down table.w2ui-button.checked td.w2ui-tb-down > div {
- border-bottom: none;
- border-top: 5px solid #8D99A7;
- margin-bottom: 5px !important;
-}
-#w2ui-overlay-editbar .menu{
- border-radius: 3px;
-}
-#w2ui-overlay-editbar:before{
- border: none !important;
-}
-#w2ui-overlay-editbar:after{
- border: none;
- border-top: 8px solid #000000;
- border-top-color: inherit;
- border-right: 8px solid transparent;
- border-left: 8px solid transparent;
- top: 100%;
- margin-top: -3px;
-}
-#toolbar-search #tb_searchbar_item_search *{
- width: 100% !important;
-}
-#toolbar-search input#search-input{
- font-size: 16px;
-}
-#toolbar-search #tb_searchbar_item_left, #tb_searchbar_right {
- display: none;
-}
-#toolbar-search #tb_searchbar_item_hidesearchbar{
- padding: 1px 8px !important;
-}
-#toolbar-search #tb_searchbar_item_search{
- width: 80%;
-}
-#toolbar-search #search-input-group > label{
- display: none;
+ #toolbar-down table.w2ui-button:not(.checked) td.w2ui-tb-down > div {
+ border-top: none !important;
+ margin-top: 0 !important;
+ border-bottom: 5px solid #8D99A7 !important;
+ }
+ #toolbar-down table.w2ui-button.checked td.w2ui-tb-down > div {
+ border-bottom: none;
+ border-top: 5px solid #8D99A7;
+ margin-bottom: 5px !important;
+ }
+ #w2ui-overlay-editbar .menu{
+ border-radius: 3px;
+ }
+ #w2ui-overlay-editbar:before{
+ border: none !important;
+ }
+ #w2ui-overlay-editbar:after{
+ border: none;
+ border-top: 8px solid #000000;
+ border-top-color: inherit;
+ border-right: 8px solid transparent;
+ border-left: 8px solid transparent;
+ top: 100%;
+ margin-top: -3px;
+ }
+ #toolbar-search #tb_searchbar_item_search *{
+ width: 100% !important;
+ }
+ #toolbar-search input#search-input{
+ font-size: 16px;
+ }
+ #toolbar-search #tb_searchbar_item_left, #tb_searchbar_right {
+ display: none;
+ }
+ #toolbar-search #tb_searchbar_item_hidesearchbar{
+ padding: 1px 8px !important;
+ }
+ #toolbar-search #tb_searchbar_item_search{
+ width: 80%;
+ }
+ #toolbar-search #search-input-group > label{
+ display: none;
+ }
}
More information about the Libreoffice-commits
mailing list