diff app/assets/stylesheets/app_bootstrap.scss @ 265:6cca1ab53337

Infinitely better error messages and notice.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 02:56:30 +0900
parents 5d084a9716ca
children 41b0903c9b2b
line wrap: on
line diff
--- a/app/assets/stylesheets/app_bootstrap.scss	Wed Oct 16 02:19:36 2013 +0900
+++ b/app/assets/stylesheets/app_bootstrap.scss	Wed Oct 16 02:56:30 2013 +0900
@@ -1,2 +1,7 @@
 @import 'twitter/bootstrap';
 @import 'sticky-footer';
+
+// Rails support.
+.field_with_errors {
+  @extend .has-error;
+}