[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 19 13:40:41 UTC 2020
loleaflet/css/mobilewizard.css | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
New commits:
commit 6cd4029385c2b0b3ac972fea54a3a5735facb1b7
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 19 14:28:48 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 19 14:40:21 2020 +0100
Mobile: Hamburger menu: Fix alignments and
- Impress top position
- images position
Change-Id: Id3a5abc1c423169cb9f3d1bcb912171d1101c559
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89019
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 3777f10fd..c56b3ac12 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -180,9 +180,12 @@
line-height: 42px;
padding-left: 4%;
}
+ .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{
padding-left: 2% !important;
- width: 96%;
+ width: 100%;
}
#BackgroundColor > .ui-header-left {
width: 100% !important;
@@ -209,7 +212,7 @@
#mobile-wizard.funcwizard div#mobile-wizard-content.showHelpBG {
background: url(images/lc_helpindex_secondary.svg) no-repeat right 16px bottom 88px / 124px !important;
}
- #mobile-wizard-content:not(.with-slide-sorter-above){
+ #mobile-wizard-content:not(.with-slide-sorter-above), .menuwizard #mobile-wizard-content.with-slide-sorter-above{
top: 48px !important;
}
#mobile-wizard-content.with-slide-sorter-above {
@@ -258,7 +261,10 @@
@media (orientation: portrait) {
#mobile-wizard-header{display: block;}
}
-
+ .menuwizard #mobile-wizard-back {
+ background-position-x: 22px;
+ width: 52px;
+ }
#mobile-wizard-back.close-button {
transform: rotate(-90deg);
background-position-x: center;
More information about the Libreoffice-commits
mailing list