From a05604385e3929375ca51a836dd2ba8d4d6eaa41 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Thu, 19 Mar 2020 14:00:45 +0100 Subject: 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 Reviewed-by: Andras Timar --- loleaflet/css/mobilewizard.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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; } -- cgit v1.2.3