google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

CSS3 attribute selectors for certain input fields #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g. <input id="XYZ_id" />
input[att$=_id] { width: 230px; }

Original issue reported on code.google.com by parsch.inc@gmail.com on 17 Mar 2009 at 4:18

GoogleCodeExporter commented 9 years ago
vForeignKeyRawIdAdminField: 50px
vManyToManyRawIdAdminField: 100px

Original comment by sehmaschine on 18 Mar 2009 at 3:23

GoogleCodeExporter commented 9 years ago
for now:

vForeignKeyRawIdAdminField, vIntegerField: 100px
vManyToManyRawIdAdminField: 100px

Original comment by parsch.inc@gmail.com on 19 Mar 2009 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by parsch.inc@gmail.com on 19 Mar 2009 at 12:30