Are in the next release also fixed the problem in CB Login with Joomla 1.6.?
Ive fixed it with a <br /> tag after the span tags
Code:
echo '<span id="mod_login_usernametext'.$id_sfx.'">'.$txtusername.'<br /></span>';
and
Code:
echo '<span id="mod_login_passwordtext'.$id_sfx.'">'.$txtpassword.'<br /></span>';
I think it is a temporarily option.
brimberry