required indicator
[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     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-form-group-label-left .roo-required-indicator.left-indicator {
20     position: absolute;  /* horizontal laid out forms indicator is a bit messy */
21     
22 }
23
24 .roo-required-indicator.right-indicator {
25     margin-left: 3px;
26 }