Closed (fixed)
Project:
Aberdeen
Version:
5.x-1.7
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
22 Jun 2007 at 05:30 UTC
Updated:
28 Jan 2010 at 00:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| AberdeenNewPasswordWrap.jpg | 10.67 KB | PRFB |
Comments
Comment #1
johnnybegood commentedThanks,
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
and inmediatedly after that add
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,
Comment #2
ishmael-sanchez commentedHello,
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.