mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed errors
This commit is contained in:
parent
875d4430a7
commit
5f8ec8f89c
@ -34,6 +34,24 @@
|
||||
.container-msg-target-modal {
|
||||
max-height: 400px;
|
||||
overflow: initial;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.container-msg-target-modal p {
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.container-msg-target-modal pre {
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
padding: 15px;
|
||||
white-space: pre-wrap;
|
||||
background-color: #f2f6f7;
|
||||
border: 3px dashed grey;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
ul.wizard li > textarea {
|
||||
|
Loading…
x
Reference in New Issue
Block a user