web/data/cubicweb.tablesorter.css
author David Douard <david.douard@logilab.fr>
Thu, 17 Jan 2013 14:55:07 +0100
changeset 8751 1a97d46701e7
parent 5819 1017163825c7
permissions -rw-r--r--
add the match_http_method predicate (closes #2559932) This aim at creating views which are selected on other HTTP methods (PUT, DELETE, ...)

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