From 3a90037aeb9273bef0bd640b84f459eb5f40de18 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 20 Aug 2009 16:03:28 +0000 Subject: [PATCH] since we can't add a class to the form, we use JS to add it. --- unl_theme/scripts/social.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unl_theme/scripts/social.js b/unl_theme/scripts/social.js index ae2d9bf2..4e584e81 100644 --- a/unl_theme/scripts/social.js +++ b/unl_theme/scripts/social.js @@ -10,4 +10,6 @@ WDN.jQuery(document).ready(function() { }; }); //end handling of the search form label + //Add CSS to forms + WDN.jQuery('#maincontent div.formCool form').addClass("cool"); }); \ No newline at end of file -- GitLab