Commit c3ed9f03

luu stiles <luuduong@gmail.com>
2012-05-31 12:25:30
moving scaffolding styles and going to use bootstrap to do it
1 parent a0483c0
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;
+
+}