Some small fixes and start on handling SSL better

This commit is contained in:
Joseph Schorr 2015-02-04 11:48:25 -05:00
parent 30209e2bda
commit 98d63e00ee
5 changed files with 23 additions and 8 deletions

View file

@ -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;
}