My HTML has a class called .required that is assigned to required fields.
.required
Here is the HTML:
I modified the css, as i am using bootstrap 3.3.6
.form-group.required label:after{ color: #d00; font-family: 'FontAwesome'; font-weight: normal; font-size: 10px; content: "\f069"; top:4px; position: absolute; margin-left: 8px; }
the HTML
= _lang('notes') ?>