Some small fixes and start on handling SSL better
This commit is contained in:
parent
30209e2bda
commit
98d63e00ee
5 changed files with 23 additions and 8 deletions
|
@ -280,7 +280,6 @@
|
|||
|
||||
.config-file-field-element input {
|
||||
display: inline-block;
|
||||
width: 78px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
@ -552,6 +551,10 @@
|
|||
min-height: 100px;
|
||||
}
|
||||
|
||||
.co-dialog .modal-body h4 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.co-dialog .modal-content {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
|
Reference in a new issue