I've performed a default installation of Drupal 7.0-alpha6 on a RHEL5 server. For testing purposes, I enabled the blog module and created a first test post.
When opening the front page without being logged in, the front page renders strange for me - the text input fields for the username and password overlap the blog post (see screenshot attached).

This only happens when rendering the page with Firefox on Linux (3.6.8 as shipped with Ubuntu Lucid), the page looks fine in the Google Chromium browser.

Comments

cubix’s picture

Project: Bartik » Drupal core
Version: 7.x-1.x-dev » 7.x-dev
Component: Browser Compatibility » Bartik theme

notice me..

Jeff Burnz’s picture

Can someone debug and confirm this.

We could explicitly set the width on these?

#block-user-login .form-text {
  width:158px;
}
Jeff Burnz’s picture

Status: Active » Closed (duplicate)

Marked as dupe of #869444: Fix long input form elements with Firefox on Linux (3.6.8 as shipped with Ubuntu Lucid), we can nail these input overflow issues there.