On Nov 27, 2007 12:46 PM, rubynuby
<dearluu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
> this is kinda trivial but I''m anal and it bugs me :)
>
> whenever there''s a error in the form the error field is wrapped
with
>
> <div class="fieldWithErrors"> </div>
>
> this throws my form''s styling off because it puts too much space
b/t
> fields and worse makes the form as wide as possible. How do I fix
> this? I''ve tried
>
> div.fieldWithErrors {
> margin:0; padding: 0; display: inline;
> }
>
> to no avail. Yes I am selecting the div correctly b/c I can see the
> result when I set background to red
Is it possible you have another style the problematic div is inheriting from?
--
Greg Donald
http://destiney.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---