Fixed #11434 -- Corrected style of arrow buttons located at the center 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
This commit is contained in:
Ramiro Morales 2011-01-04 01:26:50 +00:00
parent efcaec1923
commit 30fbe92ebf
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
height: 16px; height: 16px;
display: block; display: block;
text-indent: -3000px; text-indent: -3000px;
overflow: hidden;
} }
.selector-add { .selector-add {