﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13168	inline-group css class in admin should have text-align:right when in rtl	benc		"The h2 header of an inline block in the admin should have text-align:right when viewing in rtl mode.

The following should be added to rtl.css in the contrib/admin/media/css:
{{{
.inline-group h2 {
	text-align:right;
}
}}}
"		closed	User Experience	1.2-beta		fixed	rtl, bidi, css		Accepted	0	0	0	0	0	0
