manager: keep gadjo style for widgets in dialogs (#38904)

This commit is contained in:
Frédéric Péters 2020-01-12 14:50:57 +01:00
parent c561651d4f
commit c3d61e3363
1 changed files with 1 additions and 23 deletions

View File

@ -189,7 +189,7 @@ td.uuid {
form table tr th {
text-align: right;
}
div.ui-dialog form p input, div.ui-dialog form p textarea, div.ui-dialog form p select,
form p input, form p textarea, form p select {
width: calc(100% - 28px);
}
@ -198,28 +198,6 @@ form input[type="checkbox"] {
width: auto;
}
#id_first_name_p, #id_last_name_p,
#id_password1_p, #id_password2_p {
width: 50%;
}
#id_first_name_p, #id_password1_p {
float: left;
clear: both;
}
#id_last_name_p, #id_password2_p {
margin-left: 50%;
}
#id_last_name_p::after, #id_password2_p::after {
content: "";
display: block;
clear: both;
}
#id_generate_password_p label, #id_reset_password_at_next_login_p label,
#id_send_mail_p label, #id_is_superuser_p label, #id_send_password_reset_p label {
display: inline;
}
.form-inner-container > .errorlist {
margin: 5px 8px;
margin-left: 0px;