web/data/cubicweb.tablesorter.css
author David Douard <david.douard@logilab.fr>
Wed, 31 Jul 2013 21:59:13 +0200
branchstable
changeset 9210 fdd74b8dace8
parent 5819 1017163825c7
permissions -rw-r--r--
Added tag cubicweb-version-3.17.5, cubicweb-debian-version-3.17.5-1, cubicweb-centos-version-3.17.5-1 for changeset 15dd5b37998b

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