[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 24 15:12:01 UTC 2020
loleaflet/css/mobilewizard.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 9283614e1121ff4039d2a1195a1b364e69e6ba23
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Mar 24 15:46:53 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Mar 24 16:11:40 2020 +0100
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 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 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;
More information about the Libreoffice-commits
mailing list