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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 28 09:44:00 UTC 2020


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

New commits:
commit bbb16f08cbe1ec91e637eb9e74b88550d0ef2708
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Mar 16 19:08:38 2020 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Apr 28 11:43:39 2020 +0200

    jsdialog: edit field style
    
    Change-Id: Iae2e6eba39394853b8270736cad373b136cbca3f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93044
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index d6dc6bfe2..4bb3c469c 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -833,8 +833,9 @@ input[type=checkbox][disabled] {
 }
 
 .ui-edit.mobile-wizard, textarea {
-	margin-left: 5% !important;
-	margin-bottom: 10px;
+	width: -moz-available;
+	width: -webkit-fill-available;
+	margin: 10px 5% 10px 5% !important;
 }
 
 #label9, #documentlabel-mobile {


More information about the Libreoffice-commits mailing list