less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / input.less
index 7f09aa8..29702c9 100644 (file)
@@ -2,10 +2,20 @@ div.input-group.has-feedback > .form-control-feedback {
     right: 30px;
 }
 
+div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
+    right: 39px;
+}
+
+.roo-required-indicator {
+    font-size: 8px;
+    color: @brand-danger;
+    vertical-align: top;
+}
+
 .roo-required-indicator.left-indicator {
-    margin-right: 5px;
+    margin-right: 3px;
 }
 
 .roo-required-indicator.right-indicator {
-    margin-left: 5px;
+    margin-left: 3px;
 }