web/data/cubicweb.tablesorter.css
author Christophe de Vienne <christophe@unlish.com>
Tue, 01 Apr 2014 13:57:25 +0200
branchstable
changeset 9699 990676d3f39f
parent 5819 1017163825c7
permissions -rw-r--r--
Remove a misleading comment about self.render() behavior. The former comment suggested that View.render called with 'row' or 'col' would set cw_row or cw_col, which is not (anymore ?) accurate. Related to #3696871.

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