From ed0e50cfe4028a969f8fea913a85fba561df65fe Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Tue, 8 Dec 2020 16:53:31 +0100 Subject: [PATCH] JSDialog: Fix input text line height and repective btn sizes and paddings Signed-off-by: Pedro Pinto Silva Change-Id: I5ed7bafc3403232cb2b86ba97a7d3ba9a0ad65ef --- loleaflet/css/jsdialogs.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/loleaflet/css/jsdialogs.css b/loleaflet/css/jsdialogs.css index 8bcb1b223..9f928a57d 100644 --- a/loleaflet/css/jsdialogs.css +++ b/loleaflet/css/jsdialogs.css @@ -168,6 +168,12 @@ td.jsdialog > [id^='table-box'] { border: 2px dashed darkslateblue; } +/* input text */ + +.jsdialog.ui-edit { + line-height: 18px; +} + /* checkbox */ .jsdialog.checkbutton { @@ -274,16 +280,10 @@ td.jsdialog > [id^='table-box'] { .jsdialog-container .ui-expander + .ui-expander-content #source-button, .jsdialog-container .ui-expander + .ui-expander-content #destination-button { background: url('images/refinp1.svg') no-repeat center; -} - -.jsdialog-container #source-button, -.jsdialog-container #destination-button { - background: url('images/refinp2.svg') no-repeat center; - height: 25px; - width: 25px; + height: 24px; + width: 24px; border: 1px solid silver; vertical-align: middle; - padding: 15px; } /* Word count dialog */