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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 08:07:03 UTC 2019


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

New commits:
commit c7b21974f19a524dda46b917d78e42ca3404d917
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Wed Oct 9 09:55:23 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Oct 9 10:06:45 2019 +0200

    Text properties tab: style input (and add bg img temp) + content layout
    
    Change-Id: I99ebc02d2b37bc7016e0a08b336b26b7f8819e9d
    Reviewed-on: https://gerrit.libreoffice.org/80518
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 7f3739246..6cb50de0f 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -39,7 +39,7 @@
 	#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{
 		display: none !important;
 	}
-	#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{
+	#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{
 		padding: 24px 28px 24px 28px !important;
 		margin: 0px !important;
 		float:left;
@@ -49,18 +49,28 @@
 		float: left;
 		padding: 20px 20px 20px 20px !important;
 	}
+	#belowparaspacing{float: left;}
 	#ParaspaceIncrease, #ParaspaceDecrease {
 		padding-left: 28px !important;
 	}
 	#Color {
 		padding: 20px 20px 0px 20px !important;
 	}
-	#Shadowed, #StyleNewByExample + div, #AlignTop, #AlignBottom + p, #mergecells, #BackgroundColor + p{clear:both;}
+	#Shadowed, #StyleNewByExample + div, #AlignTop, #AlignBottom + p, #mergecells, #BackgroundColor + p, #LineSpacing, #indentlabel{clear:both;}
 	#BackgroundColor + p, #LineSpacing + p{
 		border-bottom: 1px solid #eeeeee;
     color: #dddddd;
 	}
 	#DecrementIndent + input:disabled{display: none;}
+	div#mobile-wizard-content input[type=number]{
+		height: 32px;
+    margin: 24px 28px 24px 28px !important;
+    width: 70%;
+    background: url(images/lc_linespacing.svg) no-repeat 1px center;
+    border: 1px solid #ccc;
+    border-radius: 2px;
+    background-size: 28px;
+	}
 	#buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough, #bottom, #top, #standard, #Bold, #Italic, #Underline, #Strikeout{
 		margin: 0;
     padding: 0;
@@ -70,7 +80,7 @@
 		padding: 24px 32px 24px 32px;
 		background-size: 24px !important;
 	}
-	#buttonbefore:focus, #buttonafter:focus, #buttonoptimal:focus, #buttonparallel:focus, #buttonnone:focus, #buttonthrough:focus, #bottom:focus, #top:focus, #standard:focus, #Bold:focus, #Bold:active, #Italic:focus, #Italic:active, #Underline:focus, #Underline:active, #Strikeout:focus, #Strikeout:active, #StyleApply:focus, #StyleApply:active, #StyleUpdateByExample:focus, #StyleUpdateByExample:active, #StyleNewByExample:focus, #StyleNewByExample:active, #Spacing:active, #SuperScript:active, #SubScript:active, #Shadowed:active, #Spacing:active, #SuperScript:active, #SubScript:active, #Grow:active, #Shrink:active, #Color:active, #AlignLeft:active, #AlignRight:active, #AlignHorizontalCenter:active, #AlignBlock:active, #AlignTop:active, #AlignVCenter:active, #AlignBottom:active, #IncrementIndent:active, #DecrementIndent:active, #LeftPara:active, #RightPara:active, #CenterPara:active, #JustifyPara:active, #DefaultBullet:active, #DefaultNumbering:active, #ParaspaceIncrease:active, #Paraspace
 Decrease:active{
+	#buttonbefore:focus, #buttonafter:focus, #buttonoptimal:focus, #buttonparallel:focus, #buttonnone:focus, #buttonthrough:focus, #bottom:focus, #top:focus, #standard:focus, #Bold:focus, #Bold:active, #Italic:focus, #Italic:active, #Underline:focus, #Underline:active, #Strikeout:focus, #Strikeout:active, #StyleApply:focus, #StyleApply:active, #StyleUpdateByExample:focus, #StyleUpdateByExample:active, #StyleNewByExample:focus, #StyleNewByExample:active, #Spacing:active, #SuperScript:active, #SubScript:active, #Shadowed:active, #Spacing:active, #SuperScript:active, #SubScript:active, #Grow:active, #Shrink:active, #Color:active, #AlignLeft:active, #AlignRight:active, #AlignHorizontalCenter:active, #AlignBlock:active, #AlignTop:active, #AlignVCenter:active, #AlignBottom:active, #IncrementIndent:active, #DecrementIndent:active, #LeftPara:active, #RightPara:active, #CenterPara:active, #JustifyPara:active, #DefaultBullet:active, #DefaultNumbering:active, #ParaspaceIncrease:active, #Paraspace
 Decrease:active, #HangingIndent:active{
 		border-radius: 4px;
     outline: none;
     background-color: #e5f1ff !important;


More information about the Libreoffice-commits mailing list