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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 29 07:11:15 UTC 2020


 loleaflet/css/mobilewizard.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b54e4b4a94572a61c63d94ed840613f5333ce524
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Jul 28 16:15:14 2020 +0200
Commit:     Pedro Silva <pedro.silva at collabora.com>
CommitDate: Wed Jul 29 09:10:54 2020 +0200

    Vex dialogs: fix misaligned textareas
    
    instroducs by a5016d547c6242f6f9b28748b5724b0bc10cdb67
    
    Change-Id: Ibaa04c5feb2d71b4f592a55df96ee5224f155cab
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99634
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Pedro Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 127e12dfd..77706008d 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -853,7 +853,11 @@ input[type=checkbox][disabled] {
 	width: -webkit-fill-available !important;
 }
 
-.ui-edit.mobile-wizard, textarea {
+.ui-edit.mobile-wizard {
+	/*
+	, textarea was also here assign but it was messing up with all textareas (annotations on desktop and vex on mobile):
+	- added 93038: jsdialog: style dialogs; a5016d547c6242f6f9b28748b5724b0bc10cdb67
+	*/
 	width: -moz-available;
 	width: -webkit-fill-available;
 	margin: 10px 5% 10px 5% !important;


More information about the Libreoffice-commits mailing list