Fixed position of new cog icon in admin changelist relative to text

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-06-02 16:42:19 +00:00
parent 5434ce231d
commit 16ee372354
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ table thead th.sorted a span.sortpos {
}
table thead th.sorted a img {
vertical-align: bottom;
vertical-align: top;
}
table thead th.sorted a span.clear {