try and fix form layout
[roojs1] / less / roojs-bootstrap / input.less
index 7f09aa8..f6139dc 100644 (file)
@@ -2,10 +2,30 @@ 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;
+}
+.roo-form-group-label-left .roo-required-indicator.left-indicator {
+    position: absolute;
+    top: 8px;
+    left: 15px;
 }
+
+/* fix vertical alignment on left labels. tax -details social security number */
+.roo-form-group-label-left label {
+    margin-top: 8px;
+}
\ No newline at end of file