web/data/cubicweb.tablesorter.css
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 31 Mar 2015 10:22:05 +0200
changeset 10322 d7c33cbdce8b
parent 5819 1017163825c7
permissions -rw-r--r--
[web] kill https-deny-anonymous option (closes #5193687) It doesn't make much sense to prevent people from using https.

/* sortable tables */

table.listing tr .headerSortUp {
  background-image: url(asc.gif);
}
table.listing tr .headerSortDown {
  background-image: url(desc.gif);
}
table.listing tr .headerSortDown, table.listing tr .headerSortUp {
   background-color: %(listingBorderColor)s;
   background-repeat: no-repeat;
   background-position: center right;
}