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 */