Commit | Line | Data |
---|---|---|
b1d4c7ac | 1 | {% extends "alphafilter/change_list.html" %} |
6f8d521e EMS |
2 | {% load i18n admin_list chercheurs_admin %} |
3 | ||
1805b80d PP |
4 | {% block extrastyle %} |
5 | {{ block.super }} | |
6 | <style type="text/css" media="screen"> | |
7 | ul.alphabetfilter li.first,.change-list ul.alphabetfilter li.first{width:2em!important;} | |
8 | </style> | |
9 | {% endblock %} |