It looks like it is missing a comma separator between 2 elements. It is missing the comma between body.page-user, #content #edit-name

#content #edit-subject,
#content #edit-keys,

body.page-user, #content #edit-name,

#content #edit-mail,
#content #edit-pass {
background-color: #EEEEEE;
border: 0;
font-family: monospace;
font-size: 16px;
height: 24px;
line-height: 24px;
margin: 0 0 10px 0;
padding: 10px;
width: 590px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;
}

CommentFileSizeAuthor
#1 image1.png23.22 KBjunedkazi
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

junedkazi’s picture

FileSize
23.22 KB

Also if the user login block is enabled on the contact page. It creates another problem of having the same input element id "edit-name" for the user name field. And it messes up the css again as it reassigns the id as edit-name--2.

junedkazi’s picture

Now I believe "body.page-user" tag should not be here. It looks like it messes up the user page as well. I think it should just be removed from there.

acke’s picture

Assigned: Unassigned » acke
Status: Active » Fixed

Thanks for the bug report! I checked this out and the easy fix is to add a css rule for #sidebar #edit-name--2.

I tried this and it worked so it's commited to HEAD and going into the upcoming 7.x-1.4 release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

simonbr’s picture

This still seems to be a bug in Drupal 7.14

simonbr’s picture

Status: Closed (fixed) » Active
acke’s picture

Status: Active » Fixed

Ah, it was inte the upcoming Simple Clean 1.4 release it was fixed. Now the release is out: http://drupal.org/node/1672122 and should work. I mark this as fixed, re-open if it doesn't work.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.