[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 19 16:45:15 UTC 2020
loleaflet/css/mobilewizard.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 843717485adf8c71ebb7fb0e5da2e7d50f713d53
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 19 17:36:51 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 19 17:44:58 2020 +0100
mobileWizard: remove unnecessary paddings (fixed overflow)
Change-Id: I16e239bc132d779e63d60229472103720eec7500
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89051
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index dd1a71f10..dda78864a 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -183,7 +183,7 @@
.menuwizard #mobile-wizard-content > div .ui-widget {
padding-left: 0px !important;
}
- #mobile-wizard-content > div .ui-widget, #mobile-wizard:not(.menuwizard) #mobile-wizard-content > .ui-widget{
+ #mobile-wizard:not(.menuwizard) #mobile-wizard-content > .ui-header.level-0.mobile-wizard.ui-widget{
padding-left: 2% !important;
width: 100%;
}
More information about the Libreoffice-commits
mailing list