mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
10834
This commit is contained in:
parent
2f619d1ef6
commit
addd686ada
@ -340,3 +340,28 @@ div.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content.uitool
|
|||||||
top: auto;
|
top: auto;
|
||||||
}
|
}
|
||||||
/* END Tooltip message errors*/
|
/* END Tooltip message errors*/
|
||||||
|
|
||||||
|
form.modal {
|
||||||
|
position: initial !important;
|
||||||
|
display: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
form#modal_form_feedback > ul > li {
|
||||||
|
visibility: initial !important;
|
||||||
|
|
||||||
|
display: initial !important;
|
||||||
|
flex-direction: initial !important;
|
||||||
|
width: initial !important;
|
||||||
|
margin: initial !important;
|
||||||
|
justify-items: initial !important;
|
||||||
|
align-items: initial !important;
|
||||||
|
flex-wrap: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
form#modal_form_feedback > ul > li > textarea {
|
||||||
|
width: 575px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
form#modal_form_feedback > ul > li:not(:first-child) > label {
|
||||||
|
margin-top: 20px !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user