Commit 3bd8f408 by Brian Talbot

test center registration - added final styling and label focus JS

parent 39871204
...@@ -31,6 +31,12 @@ ...@@ -31,6 +31,12 @@
} }
}); });
$("form :input").focus(function() {
$("label[for='" + this.id + "']").addClass("is-focused");
}).blur(function() {
$("label").removeClass("is-focused");
});
})(this) })(this)
</script> </script>
</%block> </%block>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment