﻿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
25870	Wrong position of Action button in admin when using filters	Igor Koshkarov	nobody	"While using filters, the Action button is beind placed over the select field.
See screenshot, please.
To avoid this misbehavior I'd suggest to change the line 320 in the file django/contrib/admin/static/admin/css/changelists.css by commenting it.
""inline-block"" in this case seems works badly.


{{{
319 #changelist .actions label {
320   /*  display: inline-block; */
321     vertical-align: middle;
322     font-size: 13px;
323 }
}}}


Thank you!
"	Bug	closed	contrib.admin	1.9	Normal	worksforme	action button	elky	Accepted	1	0	0	0	1	1
