CC-2814: Login error messages need to be highlighted
- done - Recaptcha box and submit button is moved to center
This commit is contained in:
parent
f60a4439be
commit
1e4bcdf831
5 changed files with 15 additions and 5 deletions
|
@ -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")));
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue