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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 19 12:26:00 UTC 2020


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

New commits:
commit 00bed8db5b5d065f0b05dda15e1357d3c1ac1fe8
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 19 09:44:35 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 19 13:25:42 2020 +0100

    Mobile: mobileWizard: input field: fix inconsistencies between browsers
    
    Change-Id: I6c8d196952765c3018c8d00595d3fef9a93c23f7
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89000
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 6e38577ae..3777f10fd 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -652,9 +652,12 @@
 		padding-left: 8%;
 		border: none;
 		-moz-appearance: textfield;
+		-webkit-appearance: textfield;
 	}
 	div#mobile-wizard-content .spinfieldcontainer{
 		height: 48px;
+		width: -moz-available;
+		width: -webkit-fill-available;
 		margin: 0px 4% 8px 4% !important;
 		border: 1px solid #ccc;
 		border-radius: 2px;


More information about the Libreoffice-commits mailing list