Jump to content


Issue information

  • #035794

  • Fixed

  • 3.3.0 Beta 1

  • 3.3.0 Beta 1

  • 0 - None Assigned


Issue Confirmations

  • Yes (0)No (0)
Photo

Post Icons

Posted by ΑndyF on 09 February 2012 - 08:38 AM

The post icons directory is still present and populated with 330. :smile:

The only references I can easily spot in the code are in the skin xml and a bit in the rtl css really:

core_root_css.xml
	fieldset.with_subhead #post_icons {
		border: 0;
		margin-left: 326px;
	}

	fieldset.with_subhead #post_icons li {
		margin-right: 15px;
		margin-bottom: 6px;
		float: left;
	}

ipb_rtl.css
	fieldset.with_subhead #post_icons {
		border: 0;
		margin-right: 326px;
		margin-left:0px;
	}

	fieldset.with_subhead #post_icons li {
		margin-left: 15px;
		margin-bottom: 6px;
		float: right;
	}

Not sure if (1) the actual directory should be present in this build and (2) if those references should still be there...

changed version to: 3.3.0 Beta 1

changed status to: Confirmed - Skin Issue

changed status to: Fixed
changed fixed-in version to: 3.3.0 Beta 1





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users