e006e06507
+ Show the tip in top of fields in modals.
14 lines
204 B
CSS
14 lines
204 B
CSS
.modal-adduris textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
.modal-large {
|
|
width: 80%; /* respsonsive width */
|
|
margin-left:-40%; /* width/2) */
|
|
}
|
|
|
|
.modal-body {
|
|
padding-bottom: 0px;
|
|
margin-bottom: 5px;
|
|
}
|