web/data/cubicweb.tablesorter.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 23 Sep 2010 10:46:38 +0200
branchstable
changeset 6314 b233cc448bdd
parent 5819 1017163825c7
permissions -rw-r--r--
[test] add some fake cubes necessary for test so we don't depend on the actual forge cube

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