web/data/cubicweb.tablesorter.css
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 21 Sep 2011 19:04:33 +0200
branchstable
changeset 7820 2c73fc529a20
parent 5819 1017163825c7
permissions -rw-r--r--
[tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522)

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