santropolroulant / volunteerdb

MIT License
1 stars 0 forks source link

Labels should be beside controls #21

Closed kousu closed 6 years ago

kousu commented 6 years ago

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.

kousu commented 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.

kousu commented 6 years ago

Fixed in c7ac87754ca54a249aec38aada4a9908c09d332a