Skip to content
Snippets Groups Projects
Commit 44ea4597 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

CIP #57952 improve popup rendering

parent 23c2f7dc
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1043 passed with stage
in 18 minutes and 35 seconds
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
.admin-form * { .admin-form * {
size: 1em; font-size: 1em;
} }
.admin-form fieldset { .admin-form fieldset {
...@@ -27,10 +27,6 @@ ...@@ -27,10 +27,6 @@
line-height: 1.5em; line-height: 1.5em;
} }
.admin-form tr + tr {
border-top: 1px dotted var(--border-highlight);
}
body .admin-form { body .admin-form {
padding: 0; padding: 0;
} }
......
...@@ -10,7 +10,7 @@ body .ui-accordion .ui-accordion-header a { ...@@ -10,7 +10,7 @@ body .ui-accordion .ui-accordion-header a {
} }
body .ui-tabs .ui-tabs-panel { body .ui-tabs .ui-tabs-panel {
background: var(--widget-shadow); background: var(--main-background);
} }
body .ui-dialog-titlebar { body .ui-dialog-titlebar {
......
...@@ -163,9 +163,9 @@ ...@@ -163,9 +163,9 @@
dialogClass: dialogClass, dialogClass: dialogClass,
close:onClose, close:onClose,
open: function() {setTimeout(onOpen, 100);}, open: function() {setTimeout(onOpen, 100);},
position: {my : "center bottom", position: {my : 'center bottom',
at : "center center", at : 'center center',
of : window} of : window}
}).closest('.ui-dialog').find('.ui-dialog-title').html(titre); }).closest('.ui-dialog').find('.ui-dialog-title').html(titre);
return modal; return modal;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment