Need to be a little more specific about infield input labels.

This commit is contained in:
Samantha Doherty
2011-04-18 11:45:02 -04:00
parent b11bfa3c06
commit 027cdd4620
2 changed files with 2 additions and 2 deletions

View File

@@ -1476,7 +1476,7 @@ var SN = { // StatusNet
});
// Infield labels for notice form inputs.
$('fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
$('.input_forms fieldset fieldset label').inFieldLabels({ fadeOpacity:0 });
}
},