Roundcube Community Forum

 

Login Box too long..

Started by glen, October 20, 2008, 07:59:17 AM

Previous topic - Next topic

glen

Hi my login box is too long. Anyone knows how to fix this?


glen

problem solved. found the solution from another thread.

<script type="text/javascript">
<!--\\
//fix login box without editing the program files
window.onload = function () {
console.log('log');
oUsername document.getElementById('rcmloginuser');
oPassword document.getElementById('rcmloginpwd');
oUsername.style.width '150px';
oPassword.style.width '150px';
}
-->
</
script>

ssmith

hi and many thanks -- seems to work for me if I paste it onto the bottom of the login.html file...