RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Themes & Styling > Theme Releases

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 09-04-2007, 05:07 PM
Registered User
 
Join Date: Sep 2007
Posts: 1
Downloads: 0
Uploads: 0
Default login fields too long...

Is there a way to change the lenght of the login fields "username" and "password"? I need smaller fields...
Attached Images
File Type: jpg preview.jpg (22.2 KB, 9 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 09-04-2007, 09:11 PM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: login fields too long...

Thats not right! Can you post the source of the page?
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 09-07-2007, 12:45 PM
Registered User
 
Join Date: Sep 2007
Posts: 2
Downloads: 0
Uploads: 0
Default Re: login fields too long...

I have the same problem - but only on my personal laptop.
On any other PC I tested so far I haven't had any problems.

=> http://webmail.mediaversal.de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-09-2007, 05:29 PM
Registered User
 
Join Date: Jun 2007
Posts: 36
Downloads: 0
Uploads: 0
Default Re: login fields too long...

Quote:
Originally Posted by toby86
I have the same problem - but only on my personal laptop.
On any other PC I tested so far I haven't had any problems.

=> http://webmail.mediaversal.de
Looks fine on my desktop (Opera 9.23, 19" 1280 x 1024).


- Xyanide
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 09-10-2007, 06:18 AM
!Banned!
 
Join Date: Jul 2006
Posts: 13
Downloads: 0
Uploads: 0
Default Re: login fields too long...

Also looks fine over here.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 10-08-2007, 04:51 PM
Registered User
 
Join Date: Sep 2007
Posts: 17
Downloads: 2
Uploads: 0
Default Re: login fields too long...

It's weird. I have the same problem. On my pc everything looks fine but on my friend's pc the login page looks like Simon89's screenshot. It doesn't matter what browser I'm using (IE7, FF, Opera), it's always the same problem. Both computers are running MS Win XP Prof SP2.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 10-09-2007, 12:42 PM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default Re: login fields too long...

Add style="width:150px" to the <input /> tags and that will solve the problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 10-09-2007, 01:09 PM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default Re: login fields too long...

Seems you have to edit the main program files to change the <input /> tags on output

Code:
<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>
Add that to the document instead.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 10-11-2007, 09:28 PM
Registered User
 
Join Date: Sep 2007
Posts: 17
Downloads: 2
Uploads: 0
Default Re: login fields too long...

Sorry that it took me so long to answer but thishas been a very busy week for me. Anyway... I added your Javascript to my login.html template and it seems to work flawlessly. Thank you very much!

-Rudy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 02-20-2008, 09:33 PM
Registered User
 
Join Date: Sep 2007
Posts: 17
Downloads: 2
Uploads: 0
Default Re: login fields too long...

Actually it wasn't quite "flawless". There was a typo (') in oUsername:
Code:
<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 = '180px';
		oPassword.style.width = '180px';
	}
	-->
</script>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 05:57 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community