summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2020-12-08 16:53:31 +0100
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2020-12-09 11:59:17 +0100
commited0e50cfe4028a969f8fea913a85fba561df65fe (patch)
tree48e9d2b60bf0e3d584ea953a2d27bfbc419156b7
parentJSDialog: Fix root-container margins, Make labels react on hover, checkbtn (diff)
downloadonline-ed0e50cfe4028a969f8fea913a85fba561df65fe.tar.gz
online-ed0e50cfe4028a969f8fea913a85fba561df65fe.zip
JSDialog: Fix input text line height and repective btn sizes and paddings
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I5ed7bafc3403232cb2b86ba97a7d3ba9a0ad65ef
-rw-r--r--loleaflet/css/jsdialogs.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/loleaflet/css/jsdialogs.css b/loleaflet/css/jsdialogs.css
index 8bcb1b223a..9f928a57df 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 */