Hey devs, 

every time I login into my RC I see a really tiny but ugly "bug" in the
default skin. 
As you can see this on this picture the input fields of the login form are
to big. 
Image: http://cghost.de/mediahost/img13/rcube_ugly.uv0hev.png

The best way to fix this is to add the following lines to the css-area of
your skins/default/templates/login.html file:

#login-form input
{
    max-width: 230px;
}

That won't have any influence to other input fields and works for me. 
Does anyone have better way to solve this?

Some system information: 
Gentoo Linux
KDE 4.2.2
Mozilla Firefox 3.0.8

-- 
mit freundlichen Grüßen / best regards
Mark Schmale
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to