HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
-HAYSTACK_SEARCH_RESULTS_PER_PAGE = 500
\ No newline at end of file
+HAYSTACK_SEARCH_RESULTS_PER_PAGE = 50
\ No newline at end of file
--- /dev/null
+/* tables */
+table.listing thead tr th, table.listing tfoot tr th {
+ padding-right: 15px;
+}
+table.listing thead tr .header {
+ background-image: url(images/bg.gif);
+ background-repeat: no-repeat;
+ background-position: right;
+ cursor: pointer;
+}
+table.listing thead tr .headerSortUp {
+ background-image: url(images/asc.gif);
+}
+table.listing thead tr .headerSortDown {
+ background-image: url(images/desc.gif);
+}
+table.listing thead tr .headerSortDown, table.listing thead tr .headerSortUp {
+ background-color: #8dbdd8;
+}
\ No newline at end of file
{% comment "added by Killian Mary" %}{% endcomment %}
{% block extra_stylesheets %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}telemeta/css/jquery-ui.css" />
+ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}telemeta/css/lists_sorttable.css" media="print, projection, screen"/>
{% endblock %}
{% comment "added by Killian Mary end" %}{% endcomment %}