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

New commits:
commit 00cff7eeecff44edb8581824bdd3f7e1e0a56467
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Tue Nov 12 14:06:51 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Tue Nov 12 14:18:15 2019 +0100

    mobile:impress: fix border top from doc container (was being cropped);
    mobile:impress: mobilewizard: hide horizontal scrollbar (was showing up in 
landscape mode)
    mobile:impress: mobilewizard: adjust position when in landscape mode
    
    Change-Id: I95e9b84a7b85bbafe1d0f510210a6cb840be9b12
    Reviewed-on: https://gerrit.libreoffice.org/82512
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 34d6b25e6..41abd9382 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -172,11 +172,20 @@ p.mobile-wizard.ui-combobox-text.selected {
        background: url(images/lc_listitem-selected.svg) no-repeat right;
        color: #0867af !important;
 }
+#mobile-wizard-content {
+       overflow: scroll;
+       position: absolute;
+       top: 111px;
+       bottom: 0px;
+       width: 100%;
+}
+
 #mobile-wizard-content:not(.with-slide-sorter-above){
        top: 63px !important;
 }
 #mobile-wizard-content.with-slide-sorter-above {
        top: 128px !important;
+       overflow-x: auto;
 }
 
 .with-slide-sorter-above > .ui-tabs-content > div[title=Layouts]{
@@ -198,6 +207,9 @@ p.mobile-wizard.ui-combobox-text.selected {
 }
 @media (orientation: landscape) {
        #mobile-wizard-header{display: none;}
+       #mobile-wizard-content.with-slide-sorter-above {
+               top: 48px !important;
+       }
 }
 @media (orientation: portrait) {
        #mobile-wizard-header{display: block;}
@@ -225,14 +237,6 @@ p.mobile-wizard.ui-combobox-text.selected {
                box-shadow: 0px -2px 4px 1px #00000030
 }
 
-#mobile-wizard-content {
-               overflow: scroll;
-               position: absolute;
-               top: 111px;
-               bottom: 0px;
-               width: 100%;
-}
-
 #mobile-wizard-tabs {
        height: 63px;
 }
@@ -437,7 +441,7 @@ a.leaflet-control-zoom-in {
        border-radius: 3px;
 }
 #presentation-controls-wrapper {
-       background-color: #f9f9f9;
+       background: none;
        border: none;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to