Created
May 2, 2013 18:22
-
-
Save oxbits/5504214 to your computer and use it in GitHub Desktop.
extended admin/change_list.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "admin/change_list.html" %} | |
{% block extrastyle %} | |
{{ block.super }} | |
<style> | |
#result_list tr td:nth-child(5) {text-align:right} | |
#result_list tr td:nth-child(6) {text-align:right} | |
#result_list tr td:nth-child(7) {text-align:right} | |
</style> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment