I'm creating a custom stylesheet for a WPMU, single site GF install. I've tried adding an element style to:
.gform_wrapper .left_label .gfield_label {
float: left;
font-weight: normal!important;
color:red!important;
margin: 0 15px 0 0;
width: 29%;
}
to style.css of the template to no avail.
Seems that in the directory structure, the plugins folder comes after the theme folder, such that forms.css might override style.css. Could that be it?