Oops!

I had this line in my css causing the problem.

.active-scaffold .sub-form label {
    display: none;
}

changed it to:

.active-scaffold .sub-form label {
font: normal 11px verdana, sans-serif;
color: #555;
display: block;
}

Labels displaying now!



On Friday, April 4, 2014 10:52:15 AM UTC-6, coalex wrote:
>
> None of the labels in my subforms are displaying. The forms works, but no 
> labels.
> Ideas?
> A
>

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/activescaffold.
For more options, visit https://groups.google.com/d/optout.

Reply via email to