loleaflet/css/mobilewizard.css |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit 97c25ade86fc6d35eaaa292e7590af0281e51b51
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Mon Nov 4 10:18:20 2019 +0100
Commit:     Muhammet Kara <muhammet.k...@collabora.com>
CommitDate: Tue Nov 5 14:05:08 2019 +0100

    mobileWizard: Center contents from impress: Layout tab without affecting 
other tabs
    
    Change-Id: Ib0c989e5467b1f6fa9b0ed1d21281e14f75015ae
    Reviewed-on: https://gerrit.libreoffice.org/81984
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com>
    Tested-by: Muhammet Kara <muhammet.k...@collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 76ccdee58..4a011d07b 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -240,3 +240,18 @@ p.mobile-wizard.ui-combobox-text.selected {
 #mobile-wizard-content:not(.with-slide-sorter-above){
        top: 63px !important;
 }
+
+.with-slide-sorter-above > .ui-tabs-content > div[title=Layouts]{
+       justify-content: center;
+       -ms-box-orient: horizontal  !important;
+       display: -webkit-box;
+       display: -moz-box;
+       display: -ms-flexbox;
+       display: -moz-flex;
+       display: -webkit-flex;
+       display: flex;
+       align-self: center !important;
+       align-items: center !important;
+       -webkit-flex-wrap: wrap  !important;
+       flex-wrap: wrap  !important;
+}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to