[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-1' - loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 19 14:00:42 UTC 2020


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

New commits:
commit a05604385e3929375ca51a836dd2ba8d4d6eaa41
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Mar 19 14:00:45 2020 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Mar 19 15:00:25 2020 +0100

    MobileWizard: fix table design  options and chart options by
    
    updating css rules according to the latest html structure
    
    Change-Id: I373e185a444e8f5db3096cd05c9f47f470ef73c3
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90639
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 99695142b..bb6addd51 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -614,10 +614,20 @@
 		float:left;
 	}
 	#MergeCells > span{
-		display: none;
+		color: #4d82b8;
+		text-align: end;
+		vertical-align: bottom;
+	}
+	#DeleteTable{
+		background-color: #fbf4f5;
+		border-radius: 6px;
+		padding-right: 4% !important;
 	}
 	#DeleteTable > span{
-		display: none;
+		font-weight: bold;
+		color: #e68497;
+		text-align: end;
+		vertical-align: bottom;
 	}
 	.colorcontainer {
 		width: 120px;
@@ -728,7 +738,7 @@
 		vertical-align: baseline;
 		padding-left: 24px;
 	}
-	div[title='Table Design'] div[id^=Use]{
+	#SdTableDesignPanel div[id^=Use]{
 		width: 92%;
 		padding-right: 4% !important;
 	}


More information about the Libreoffice-commits mailing list