﻿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
29248	Model field names can conflict with admin's field-box CSS class	Phil Gyford	Faheel Ahmad	"In Admin edit screens, fields are given a CSS class with their field name. e.g. A model field called `title` will have its input field, label, etc, surrounded by a div like: `<div class=""form-row field-title"">`.

However there is a `field-box` class used in admin's `forms.css` stylesheet:

{{{
fieldset .field-box {
    float: left;
    margin-right: 20px;
}
}}}

So, if you have a model with a field called `box`, then when it's displayed on an Admin edit screen it is floated left and the next field appears to its right:

[[Image(https://i.imgur.com/wYuausq.png)]]

I ''think'' that `field-box` is the only such potential conflict in `forms.css`. I guess it should be renamed to something that does not start with `field-`?"	Bug	closed	contrib.admin	2.0	Normal	fixed		elky	Ready for checkin	1	0	0	0	1	0
