loleaflet/css/mobilewizard.css |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 6cd4029385c2b0b3ac972fea54a3a5735facb1b7
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Wed Feb 19 14:28:48 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@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.si...@collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to