web/data/cubicweb.tablesorter.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 05 Jul 2011 14:49:17 +0200
changeset 7620 bc2d690b97bf
parent 5819 1017163825c7
permissions -rw-r--r--
[etwist, modconcat] closes #1806935: directly write data, don't put the whole concatenated thing in memory

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