Skip to content

Commit

Permalink
[1.1.X] Fixed #12260 -- Corrected CSS when using checkbox widgets on …
Browse files Browse the repository at this point in the history
…a ModelMultipleChoiceField in admin. Thanks to tiliv for the report and fix.

Backport of r12918 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Apr 5, 2010
1 parent c01735d commit 985c764
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions django/contrib/admin/media/css/forms.css
Expand Up @@ -67,6 +67,12 @@ form ul.inline li {
width: 8em;
}

.aligned ul label {
display: inline;
float: none;
width: auto;
}

.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField {
width: 350px;
}
Expand Down

0 comments on commit 985c764

Please sign in to comment.