web/data/cubicweb.tablesorter.css
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 24 Aug 2010 11:57:45 +0200
branchstable
changeset 6136 79da6f969b15
parent 5819 1017163825c7
permissions -rw-r--r--
[dataimport] refactor commitevery to gain readability

/* 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;
}