CC-2814: Login error messages need to be highlighted

- done
- Recaptcha box and submit button is moved to center
This commit is contained in:
James 2011-09-14 17:50:00 -04:00
parent f60a4439be
commit 1e4bcdf831
5 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,6 @@
$(document).ready(function(){
$(window).load(function(){
$("#username").focus()
var captcha = $("#captcha-label").next()
captcha.css("padding-left", (((captcha.parents('div:eq(0)').width()-captcha.width())/2+"px")));
})