try and fix icon size
[roojs1] / scss / roojs-bootstrap / input.scss
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 .roo-required-indicator.fa-lg {
11     font-size: 8px;
12     color: $brand-danger;
13     vertical-align: top;
14 }
15
16 .roo-required-indicator.left-indicator {
17     margin-right: 3px;
18     
19 }
20 .roo-form-group-label-left .roo-required-indicator.left-indicator {
21     position: absolute;  /* horizontal laid out forms indicator is a bit messy */
22     
23 }
24
25 .roo-required-indicator.right-indicator {
26     margin-left: 3px;
27 }