FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » User menu aligns vertically to the left after 3.0.3RC1 upgrade(FIXED)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: User menu aligns vertically to the left after 3.0.3RC1 upgrade [message #165624 is a reply to message #165623] Thu, 28 July 2011 11:13 Go to previous messageGo to previous message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma:
Senior Member
Well Alrighty then that's better! I knew the CSS controlled the menu alignment (L.R.C.) but was unaware there had been that much change.


I copied this code from the Default CSS and inserted it into piasa's CSS to get the menu back:
/* User Control Panel / Top Level Menu. */
#UserControlPanel {
	float: right;
	width: 100%;
	margin: 5px 0 10px 10px;
}	
#UserControlPanel ul {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
	text-align:right;
}
#UserControlPanel li {
	margin: 0 7px 0 0;
	position:relative;
	display: inline;
	white-space: nowrap;
}
#UserControlPanel li a {
	color: #069;
	text-decoration: none;
}


Apparently I need to get the CSS up to snuff with the defaults


"I'm a Witcher, I solve human problems; not always using a sword!"
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Account Approval fails after upgrade (FIXED)
Next Topic: Is FUD's Newsgroup/NNTP setup RFC 3977 compliant?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Jul 05 19:44:53 GMT 2024

Total time taken to generate the page: 0.05039 seconds