fix #7643
[roojs1] / scss / roojs-bootstrap / input.scss
1 div.input-group.has-feedback > .form-control-feedback {
2     right: 30px;
3     width: 100%;
4 }
5
6 div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
7     right: 39px;
8 }
9
10
11 .roo-required-indicator,
12 .roo-required-indicator.fa-lg {
13     font-size: 8px;
14     color: $brand-danger;
15     vertical-align: top;
16 }
17
18 .roo-required-indicator.left-indicator {
19     margin-right: 3px;
20     
21 }
22 .roo-form-group-label-left .roo-required-indicator.left-indicator {
23     position: absolute;  /* horizontal laid out forms indicator is a bit messy */
24     
25 }
26
27 .roo-required-indicator.right-indicator {
28     margin-left: 3px;
29 }