View Single Post
  #21 (permalink)  
Old 10-20-2009, 11:10 PM
Fixup's Avatar
Fixup
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2008
Posts: 166
Reputation: 130
Fixup is keeping up the good workFixup is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Speed up Opera Mobile!

Add this code to user.css and you'll always see full lines while typing in a text box.

Code:
input, textarea {
	max-width: 300px;
}
300px fits perfectly on my Diamond (480x640) set to 160% zoom (480/1.6 = 300). You may need to change it to fit your case.
Reply With Quote