Ticket #11373: change_list.patch

File change_list.patch, 661 bytes (added by Manuel Razzari, 15 years ago)

Proposed patch

  • contrib/admin/templates/admin/change_list.html

     
    99    <script type="text/javascript" src="../../jsi18n/"></script>
    1010  {% endif %}
    1111  {{ media }}
    12   {% if not actions_on_top and not actions_on_bottom %}
     12  {% if not action_form %}
    1313    <style>
    14       #changelist table thead th:first-child {width: inherit}
     14      #changelist table thead th:first-child {width: inherit; text-align: left;}
    1515    </style>
    1616  {% endif %}
    1717{% endblock %}
Back to Top