Development

#6596 (Little css issue in admin generators)

You must first sign up to be able to contribute.

Ticket #6596 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Little css issue in admin generators

Reported by: nervo Assigned to: fabien
Priority: minor Milestone: 1.2.8
Component: other Version: 1.2.7
Keywords: Cc:
Qualification: Unreviewed

Description

In both doctrine and propel plugins, file web/css/default.css, the last declaration :

.sf_admin_list .sf_admin_boolean
{
  text-align: center;
}

It should be prefixed with "#sf_admin_container" otherwise the css property is not applied and boolean stuff stay left aligned in the admin generator list interface :

#sf_admin_container .sf_admin_list .sf_admin_boolean
{
  text-align: center;
}

Change History

06/02/09 22:42:49 changed by gimler

  • status changed from new to closed.
  • resolution set to invalid.

06/14/09 16:35:24 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [19244]) [1.2, 1.3] fixed admin gen CSS (closes #6596)

06/14/09 16:35:35 changed by fabien

  • milestone set to 1.2.8.