2
0
forked from Wavyzz/dolibarr
This commit is contained in:
ldestailleur
2025-06-02 16:38:21 +02:00
parent 0236ddf003
commit 22e7200ecd
2 changed files with 2 additions and 2 deletions

View File

@@ -5799,7 +5799,7 @@ div#card-errors {
.ui-dialog-titlebar {
}
.ui-dialog-content {
margin-bottom: 12px; /* same than .ui-widget-header */
margin-bottom: 10px; /* same than .ui-widget-header */
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
z-index: 1005 !important; /* Default 101 with ui-jquery, top menu have a z-index of 1000 */

View File

@@ -5760,7 +5760,7 @@ div#card-errors {
.ui-dialog-titlebar {
}
.ui-dialog-content {
maring-bottom: 12px; /* same than .ui-widget-header */
maring-bottom: 10px; /* same than .ui-widget-header */
font-size: <?php print is_numeric($fontsize) ? $fontsize.'px' : $fontsize; ?> !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {