web/data/cubicweb.tablesorter.css
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 04 Oct 2010 16:58:34 +0200
changeset 6387 edbc53707bac
parent 5819 1017163825c7
permissions -rw-r--r--
new script cwuser_ldap2system used to migrate ldap users to system source based on work by adim.

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