Closed kousu closed 6 years ago
I think I need to add approximately this CSS:
.control-group label {
float: left;
width: 160px;
padding-top: 5px;
text-align: right;
}
.control-group input,textarea {
margin-left: 10px;
}
this was recovered by comparing the old version to the new.
Fixed in c7ac87754ca54a249aec38aada4a9908c09d332a
In the CakePHP 3 version (#1) labels on /volunteers/edit are now above all their controls, instead of beside them. Presumably I messed up the CSS in using FormHelper.