Page 1 of 1

Forum Tpic names run into search box

Posted: Sat Feb 25, 2012 6:11 am
by brn2drv99
Hello,

Just noticed a minor issue on the Joomla forums site - when viewing a topic with a particularly long topic name, the text extends onto the search box. I'm viewing it in Firefox 10.0.2. I've attached a screenshot to show what I mean.

Not a big deal, but thought I'd mention it! (Gah, I'm almost too picky when it comes to these things. Almost :) )

Re: Forum Tpic names run into search box

Posted: Sun Apr 08, 2012 3:09 am
by leolam
http://forum.joomla.org/viewtopic.php?f=625&t=708994 same issue.

For those responsible: solution is very simple:

This can be resolved by changing the css on line 3170 from

Code: Select all

#pageheader h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: -10px;
}
to

Code: Select all

#pageheader h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
Leo 8)

Re: Forum Tpic names run into search box

Posted: Sun Apr 08, 2012 3:17 am
by brn2drv99
leolam, looks like http://forum.joomla.org/viewtopic.php?f=625&t=708994 is not the same issue... Wrong link?

Re: Forum Tpic names run into search box

Posted: Sun Apr 08, 2012 3:33 am
by leolam
brn2drv99 wrote:Wrong link?
No it is the same issue FF11

Wanted to post an image to show you but "Sorry, the board attachment quota has been reached." message appears.

Leo 8)

Re: Forum Tpic names run into search box

Posted: Sun Apr 08, 2012 4:28 am
by brn2drv99
Oh, when you said the link was same issue, I assumed you meant my post was a repeat - someone else had posted it before (which confused me given that link is not related to the issue we're seeing). Now I realize you're actually giving further evidence to the issue, as the link you sent also has a lengthy topic title which overlaps the search box.

My apologies :)