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

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 15:32:01 UTC 2019


 loleaflet/css/toolbar.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f142f2d374e8a67fd4037d3b4d4eb245d26855b3
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Oct 9 17:31:28 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Oct 9 17:31:37 2019 +0200

    jsdialogs: use header style for all p, align XLineColor
    
    Change-Id: Ida3be2f264b8f640f093db5260a3bba881e01bef

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index e8b43628e..390dea08e 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -57,10 +57,13 @@
 		padding: 20px 20px 0px 20px !important;
 	}
 	#Shadowed, #StyleNewByExample + div, #AlignTop, #AlignBottom + p, #mergecells, #BackgroundColor + p, #LineSpacing, #indentlabel{clear:both;}
-	#BackgroundColor + p, #LineSpacing + p, #denominatorplaceslabel, #decimalplaceslabel, #leadingzeroeslabel, #leftindentlabel, #orientationlabel, #cellbackgroundlabel{
+	#BackgroundColor + p, #LineSpacing + p, #denominatorplaceslabel, #decimalplaceslabel, #leadingzeroeslabel, #leftindentlabel, #orientationlabel, #cellbackgroundlabel, .mobile-wizard.ui-text {
 		border-bottom: 1px solid #eeeeee;
     color: #dddddd !important;
 	}
+	[title=Line] > #XLineColor {
+		width: 100%;
+	}
 	#DecrementIndent + input:disabled{display: none;}
 	div#mobile-wizard-content input[type=number]{
 		height: 46px;


More information about the Libreoffice-commits mailing list