try and fix icon size
[roojs1] / scss / roojs-bootstrap / input.scss
index b38949f..390dd8a 100644 (file)
@@ -6,7 +6,8 @@ div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
     right: 39px;
 }
 
-.roo-required-indicator {
+.roo-required-indicator,
+.roo-required-indicator.fa-lg {
     font-size: 8px;
     color: $brand-danger;
     vertical-align: top;
@@ -14,6 +15,11 @@ div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
 
 .roo-required-indicator.left-indicator {
     margin-right: 3px;
+    
+}
+.roo-form-group-label-left .roo-required-indicator.left-indicator {
+    position: absolute;  /* horizontal laid out forms indicator is a bit messy */
+    
 }
 
 .roo-required-indicator.right-indicator {