[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 5 13:05:26 UTC 2019


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

New commits:
commit 97c25ade86fc6d35eaaa292e7590af0281e51b51
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Mon Nov 4 10:18:20 2019 +0100
Commit:     Muhammet Kara <muhammet.kara at 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.silva at collabora.com>
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
    Tested-by: Muhammet Kara <muhammet.kara at 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;
+}


More information about the Libreoffice-commits mailing list