In IE6, within the Admin section, the right column admin items get bumped down.

To fix this you'll need to add to ie6.css

div.admin .right 
{
	float:right;
	margin-right:0.5em;
	width:46%;
}

The attached will patch ie6.css

CommentFileSizeAuthor
ie6css.patch403 bytesjwolf

Comments

jwolf’s picture

Status: Reviewed & tested by the community » Fixed

Fixed with the amadou 5.x-3.1 release

Anonymous’s picture

Status: Fixed » Closed (fixed)