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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 3 15:18:27 UTC 2020


 loleaflet/css/mobilewizard.css |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 9446f02a23ba0eb2da1f7439a5e0bc8bb7cfa47f
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri Jan 3 15:53:31 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Fri Jan 3 16:17:33 2020 +0100

    Mobile: mobile-wizard
    
    - Remove specific id rules and swap them with class rules
    - Decrease row's width
    
    Change-Id: I058c2bd80070df1d238eb978e8e616081a4b3d8c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86187
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 4cb167a75..d932e5a1f 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -267,7 +267,7 @@
 	}
 
 	.ui-header.mobile-wizard {
-		width: 96%;
+		width: 92%;
 		height: 56px !important;
 		font-size: 11pt !important;
 		margin: 0px;
@@ -306,8 +306,8 @@
 	.ui-content.unospan {
 		line-height: 32px;
 		display: table;
+		padding-left: 4%;
 	}
-	#SetBorderStyle, div[id^=NumberFormat]{padding-left: 4%;}
 	.ui-content.unolabel {
 		display: table-cell;
 		vertical-align: middle;
@@ -555,9 +555,6 @@
 		font-size: 12px;
 		font-weight: bold;
 	}
-	[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