summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2020-03-24 15:46:53 +0100
committerAndras Timar <andras.timar@collabora.com>2020-03-24 23:55:54 +0100
commit3c2f7e0d60b230b573f81978a2917b63f631a064 (patch)
tree91b18d559ba599e755dc02d4b8dcf662ea04394b
parent610ecd7eb6bc237761f6dfd5debb92d9f084941b (diff)
Mobile: MobileWizard: Checkbox row: fix
bug appearing on some browsers' computed css rules, namely webview via apk Change-Id: I09d4c9525e4d2994ad81606cf837b3e381ceb3d2 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90993 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--loleaflet/css/mobilewizard.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 33d7af89c..5266a5ce3 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -697,7 +697,9 @@
#top{background: url(images/sc_aligntop.svg) no-repeat center;}
#bottom{background: url(images/sc_alignbottom.svg) no-repeat center;}
#standard{background: url(images/sc_alignverticalcenter.svg) no-repeat center;}
-
+ div[id^=checkbutton]{
+ clear: both;
+ }
#mobile-wizard input[type=checkbox]:disabled{
border: 2px solid #ddd;
box-shadow: none;