Closed (fixed)
Project:
The Morning After
Version:
6.x-0.0-1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 15:45 UTC
Updated:
2 Jan 2009 at 11:00 UTC
Jump to comment: Most recent
Comments
Comment #1
clems commentedmy bad, I probably had accidentally unchecked the search checkbox in the theme settings. Everything is juste fine. By the way thanks for that wonderful theme. I especially like the style of the menu. Pity it doesn't seem to handle long menu titles too well (second line runs into next menu item).
Comment #2
bengtan commentedHi, seeing as the original issue was a false alarm and is no longer an issue, I've hijacked this issue to reflect:
I'll have a look at it when I have time, but I think realistically, you might have to wait a few weeks for a fix.
Comment #3
bengtan commentedHi,
I had a quick look at the issue of long menu titles. There is a potential workaround, but you'll need to edit the css yourself.
At around line 394 of tma.css where it says:
ul.menu li a, li.expanded a, li.collapsed a, li.leaf a, .block .item-list ul li a{
background:transparent url(images/arrow.png) no-repeat scroll right 3px;
border-bottom:1px solid #DADADA;
border-left:3px solid #DADADA;
color:#000000;
display:block;
font-size:0.8em;
font-weight:bold;
height:19px;
margin:0pt;
padding:3px 12px 0pt 7px;
text-transform:uppercase;
}
Change height: 19px to line-height: 19px, but then you'll have fiddle with the padding as well.
Hope this helps. I won't be committing this to the theme anytime soon.
Comment #4
clems commentedThanks for the answer. I ended up changing the line-height to 9px and not fiddling with the padding: the result is reasonably clean.
Comment #5
Anonymous (not verified) commentedI deleted height(it doesn't have to be there) and increased padding.