In http://translate.google.com/ pages, there is css style declaration
that is apparently mistyped (not noticable unless JavaScript is turned
off)

<textarea id="source" ..>

#source {
height:43px;
padding:2px 2px 32px;

32 - this probably was meant 2px.

Otherwise with height 43px and bottom padding 32px, there is not
enought space for even one line - only upper half of first line
symbols is visible..

==>
1. Please, fix that padding declaration for bottom to 2px.
So it all can be written in short notation: padding:2px;

2. And increase 43px to something bigger - 75px or 120px..

-----------
Note: If javascript is enabled, then height is changed to 75px by JS
code..

-- 
You received this message because you are subscribed to the Google Groups 
"General" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-translate-general?hl=en.

Reply via email to