From 150ce3955eccca05278e7e76237551d418678834 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 11 Oct 2011 14:57:03 +0100 Subject: [PATCH] Fixed padding of errored inputs. --- app/assets/stylesheets/admin/formtastic.css.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin/formtastic.css.sass b/app/assets/stylesheets/admin/formtastic.css.sass index 9488232..97bc6b8 100644 --- a/app/assets/stylesheets/admin/formtastic.css.sass +++ b/app/assets/stylesheets/admin/formtastic.css.sass @@ -66,7 +66,7 @@ form.formtastic border-style: solid border-color: #933 #FBB #FBB #933 background: #FFEFEF - padding: 3px + padding: 0.3em box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1) .inline-errors