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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 15 08:43:30 UTC 2019


 loleaflet/css/toolbar.css |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 4b55e4ac0c8bf0d1b191f58c8f0bd432c6066b71
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 15 09:46:21 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 15 10:43:12 2019 +0200

    mobile-wizard-content: fix sinfieldcontrols
    
    Change-Id: I850077314e000baef0466d029cfa2df504c79221
    Reviewed-on: https://gerrit.libreoffice.org/80808
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 8e754420d..0e967f585 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,12 @@
 	}
 }
 @media (max-width: 767px), (max-device-height: 767px) {
+	.spinfieldcontainer .sinfieldcontrols {
+    height: 49px;
+	}
+	.spinfieldcontainer input.spinfield {
+    padding-top: 0px;
+	}
 	.leaflet-control-zoom.leaflet-bar{
 		border: none !important;
 	}


More information about the Libreoffice-commits mailing list