Commit c3ed9f03
Changed files (1)
app
assets
stylesheets
app/assets/stylesheets/custom.css.scss
@@ -62,3 +62,20 @@ padding: 40px;
float: left;
margin: 4px 5px 0 0;
}
+
+
+#error_explanation {
+ @extend .control-group;
+@extend .error;
+color: #f00;
+ ul {
+ list-style: none;
+ margin: 0 0 18px 0;
+ }
+}
+
+.field_with_errors{
+ @extend .control-group;
+ @extend .error;
+
+}