Hello,

I've installed Drupal 6.3 and it is working wonderfully. I also installed a theme called Newsflash, and that is working fine as well. However, when I began further customizing the theme in order to make it specific to my site, I somehow made a change that resulted in the text of the User Login box becoming misaligned. The rest of the site is working perfectly, but the "Log in using Open ID" line is overlapping the logo just to the left of it, and the create new password/request new password lines are misaligned.

The site can be viewed at: http://www.sikhfaith.com/demo/
The user log in box is on the lower left hand side of the page.

I would appreciate any help you can give me in isolating this problem. I've tried solving it for hours by exploring the CSS files but just can't figure out what's wrong. I'm not as knowledgable about CSS as I'd like to be.

Thank you.

Comments

ckng’s picture

Adding padding-left to your

#user-login-form li.openid-link, #user-login li.openid-link {
  padding-left: 22px;
  ...
}

You can make it nicer if you have a padding-top as well

  padding: 4px 0 0 22px;

CK Ng | myFineJob.com
consultation • web design & development • content development • site domain, hosting & maintenance • software design & development

tomcarlson’s picture

Thanks very much for your reply. I added the code you mentioned to my theme's stylesheet, and that corrected the overlap for the OpenID line. However, the create new account/request new password lines are still misaligned. They are also supposed to have decorative bullet points instead of the standard ones that are displayed currently.

It would be a great help to me if you could point me to where the stylesheet is located in Drupal that controls display of the log in box. It seems according to the documentation that in 6.3 there are many different stylesheets instead of a consolidated one.

nozha’s picture

comment créer des nouveaux thèmes,modules.. à partir de code source de drupal