Skip to content
Snippets Groups Projects
Commit b684fc8e authored by Brett Bieber's avatar Brett Bieber
Browse files

Make sure we also add the zenform class, in addition to cool. (Fixes unstyled...

Make sure we also add the zenform class, in addition to cool. (Fixes unstyled non-UNL register page, http://planetred.unl.edu/account/register.php).
parent 35be168a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ WDN.jQuery(document).ready(function() {
});
//end handling of the search form label
//Add CSS to forms
WDN.jQuery('#maincontent div.formCool form').addClass("cool");
WDN.jQuery('#maincontent div.formCool form').addClass("zenform cool");
$("#profile_data_Hometown_City a,p.odd a[href*=profile_city]").css("text-transform","capitalize");
if ($("#profile_info").length > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment