Closed philippeowagner closed 9 years ago
You could copy the template templates/admin_shortcuts/base.css
into your project and add something like this line in the extra block:
{% block extra %}
.admin_shortcuts .shortcuts li a .count { right: auto; left: 3px; }
{% endblock %}
Haven't tested it, but you should get the idea ;)
It would be useful to be able to use
count
andcount_new
at the same time. For example by placing thecount
value just below the title.