Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: northox on October 01, 2013, 07:58:37 AM

Title: Authentication form alignment nightmare
Post by: northox on October 01, 2013, 07:58:37 AM
Hello guys, I'm the developper behind https://github.com/northox/roundcube-yubikey-plugin

I'm presently using an ugly fix (i.e. DOM manipulation using JavaScript) to make sure my 2nd factor input tag is aligned with the user/password input tags. See: https://github.com/northox/roundcube-yubikey-plugin/blob/master/yubikey.js .

I would like to know if their a cleaner way of doing this or is this something I should add as feature request?

thanks,
Title: Re: Authentication form alignment nightmare
Post by: SKaero on October 01, 2013, 10:48:35 AM
You could use jQuery's .append() function for slightly cleaner code, although that wouldn't fixed the problem :P