From 32df12ee322bbe07b11758b87599ba192e4515d4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 9 Jul 2014 23:28:37 -0400 Subject: clean up some styles and form stuff Just look at the diff. --- app/assets/stylesheets/bootstrapify.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/bootstrapify.scss') diff --git a/app/assets/stylesheets/bootstrapify.scss b/app/assets/stylesheets/bootstrapify.scss index 3ee7314..316847a 100644 --- a/app/assets/stylesheets/bootstrapify.scss +++ b/app/assets/stylesheets/bootstrapify.scss @@ -30,7 +30,7 @@ } button, -a[role="button"], +*[role="button"], input[type="submit"], input[type="reset"], input[type="button"] { @@ -99,10 +99,12 @@ header nav { form { .field { @extend .form-group; + .field_with_errors { + display: inline !important; + } } .field_with_errors { @extend .has-error; - display: inline; } } -- cgit v1.2.3