summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2020-03-19 14:00:45 +0100
committerAndras Timar <andras.timar@collabora.com>2020-03-19 15:00:25 +0100
commita05604385e3929375ca51a836dd2ba8d4d6eaa41 (patch)
tree2af639eabeab08e78d215f365f1682d3643e5765
parentfd0836d5abf23e81549b723416d5f6cc201eca87 (diff)
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@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--loleaflet/css/mobilewizard.css16
1 files 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;
}