summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loleaflet/css/jsdialogs.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/loleaflet/css/jsdialogs.css b/loleaflet/css/jsdialogs.css
index d4a5e7ddb1..5625595494 100644
--- a/loleaflet/css/jsdialogs.css
+++ b/loleaflet/css/jsdialogs.css
@@ -10,6 +10,10 @@
font-family: var(--jquery-ui-font);
}
+.jsdialog.vertical p {
+ margin-bottom: 2px;
+}
+
.jsdialog.row {
display: table-row;
}
@@ -24,6 +28,12 @@
width: max-content;
}
+.jsdialog.vertical:not([id^='table-dialog-action_area']) > .jsdialog.row,
+td.jsdialog > [id^='table-box'] {
+ display: table;
+ width: 100%;
+}
+
/* Expander */
.ui-expander-label::before {
content: '>';