Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: RRasco on April 02, 2008, 11:20:10 PM

Title: Stretched Tabs?
Post by: RRasco on April 02, 2008, 11:20:10 PM
I just installed SMF 2 to check it out and noticed some nav tabs stretching abnormally.  Is this normal?
Title: Re: Stretched Tabs?
Post by: Bulakbol on April 03, 2008, 05:03:53 AM
I have that too so must be normal or bug. I am using the classic style menu though.
Title: Re: Stretched Tabs?
Post by: !Hachi! on April 03, 2008, 08:20:19 AM

ul.admin_menu
{
display: table-cell;
background: url(../images/admintab_right.gif) top right no-repeat;
width: 34em;
}

in  Themes/Default/css/dropmenu.css
  change width to 100% will solve this problem.
Title: Re: Stretched Tabs?
Post by: Bulakbol on April 04, 2008, 02:26:04 AM
It works in FF but not in IE6.
Title: Re: Stretched Tabs?
Post by: SleePy on April 11, 2008, 01:16:59 AM
I believe it was intentional.
Though even if it wasn't, the template changes that are being worked on should have that changed.