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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 29 18:43:46 UTC 2019


 loleaflet/css/toolbar-mobile.css |    7 +++++++
 loleaflet/css/toolbar.css        |   10 ++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 43249febefa4c14f88b46091852fd893b7919836
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 29 16:32:07 2019 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 29 19:43:42 2019 +0100

    Toolbar-down: space-out icons and restyle dividers for mobile
    
    Change-Id: I927f1ae0e2cd10985c8b5a5720b3a967eefcde22
    Reviewed-on: https://gerrit.libreoffice.org/81692
    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-mobile.css b/loleaflet/css/toolbar-mobile.css
index 59c308ec7..d0c3ce19a 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -10,3 +10,10 @@
 		top:-1px;
 	}
 }
+#toolbar-down table.w2ui-button .w2ui-tb-image {
+	margin: 5px 9px 3px 9px!important;
+}
+.w2ui-toolbar .w2ui-break{
+	background-image: none;
+	background-color: #dae6f3;
+}
commit 943ab1126adbe99ef8fbac472806d884da6441c4
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 29 14:32:37 2019 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 29 19:43:28 2019 +0100

    mobileWizard: Decrease paddings and margins; position labels more near to their elements and increase text contrast
    
    Change-Id: I04fdfca8d769a68b650aa441b30e62c749922473
    Reviewed-on: https://gerrit.libreoffice.org/81675
    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 b1672d15a..f52fb7eef 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -91,7 +91,7 @@
 		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, #LineSpacing, #HangingIndent, #CellVertTop, #CellVertCenter, #CellVertBottom, #ParaspaceIncrease, #ParaspaceDecrease{
-		padding: 24px 28px 24px 4% !important;
+		padding: 16px 28px 16px 4% !important;
 		margin: 0px !important;
 		float:left;
 	}
@@ -106,10 +106,12 @@
 	}
 	#Shadowed, #StyleNewByExample + div, #AlignTop, #AlignBottom + p, #mergecells, #BackgroundColor + p, #LineSpacing, #indentlabel{clear:both;}
 	#BackgroundColor + p, #LineSpacing + p, #denominatorplaceslabel, #decimalplaceslabel, #leadingzeroeslabel, #leftindentlabel, #orientationlabel, #cellbackgroundlabel, .mobile-wizard.ui-text {
-		border-bottom: 1px solid #eeeeee;
-		color: #dddddd !important;
+		border-bottom: 1px solid #c2d5ed;
+		color: #b3c5dc !important;
 		margin-left: 4%;
 		width: 98%;
+		font-size: 12px;
+		font-weight: bold;
 	}
 	[title=Line] > #XLineColor {
 		width: 100%;
@@ -123,7 +125,7 @@
 	}
 	div#mobile-wizard-content .spinfieldcontainer{
 		height: 48px;
-		margin: 24px 0px 24px 4% !important;
+		margin: 0px 0px 8px 4% !important;
 		border: 1px solid #ccc;
 		border-radius: 2px;
 		background-size: 28px;


More information about the Libreoffice-commits mailing list