Skip to content

Commit

Permalink
Fixed #11434 -- Corrected style of arrow buttons located at the cente…
Browse files Browse the repository at this point in the history
…r of filter_{horizontal|vertical} m2m widgets to not give them focus borders that span from the left page border. Thanks defaultwombat for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Jan 4, 2011
1 parent efcaec1 commit 30fbe92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/admin/media/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
height: 16px;
display: block;
text-indent: -3000px;
overflow: hidden;
}

.selector-add {
Expand Down

0 comments on commit 30fbe92

Please sign in to comment.