Okay, I know I'm being picky, but I thought you might like to know...

When I add the User login block to the Header, the word "password" in "Request new password" wraps and ends up on a new line, under "User login".

This occurs in both Firefox 2.0.0.4 and IE 6.

One thought: an "easy" way around might be to see if the words "Email password" would fit on one line.

CommentFileSizeAuthor
AberdeenNewPasswordWrap.jpg10.67 KBPRFB

Comments

johnnybegood’s picture

Status: Active » Patch (to be ported)

Thanks,

I've been pretty busy with work so I currently lack time to prepare a new release. However, below is a patch to style.css:

Look for

#topbar * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

and inmediatedly after that add

#topbar h2 {
  display: block;
}

That should look better. If you don't like the h2 at all you can reduce the font size or even choose not to display it.

Cheers,

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
Category: bug » support
Status: Patch (to be ported) » Fixed

Hello,

I think this is more of a support request than a bug. You can add font-size:0.9em; to the #top rule around line 250 or remove/shorten the block title to resolve this issue. It's up to your design needs/likes.

Status: Fixed » Closed (fixed)

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