loleaflet/css/mobilewizard.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
New commits: commit b659e8613cb491e3e621d2eac7614d3fb4b691b9 Author: Pedro Pinto Silva <[email protected]> AuthorDate: Thu Mar 19 14:00:45 2020 +0100 Commit: Pedro Pinto da Silva <[email protected]> CommitDate: Thu Mar 19 14:50:13 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/+/90747 Tested-by: Pedro Pinto da Silva <[email protected]> Reviewed-by: Pedro Pinto da Silva <[email protected]> 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; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
