try and fix form layout
[roojs1] / less / roojs-bootstrap / input.less
1 div.input-group.has-feedback > .form-control-feedback {
2     right: 30px;
3 }
4
5 div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
6     right: 39px;
7 }
8
9 .roo-required-indicator {
10     font-size: 8px;
11     color: @brand-danger;
12     vertical-align: top;
13 }
14
15 .roo-required-indicator.left-indicator {
16     margin-right: 3px;
17 }
18
19 .roo-required-indicator.right-indicator {
20     margin-left: 3px;
21 }
22 .roo-form-group-label-left .roo-required-indicator.left-indicator {
23     position: absolute;
24     top: 8px;
25     left: 15px;
26 }