web/data/cubicweb.tablesorter.css
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Sat, 09 Oct 2010 00:38:07 +0200
changeset 6429 72669e7950c1
parent 5819 1017163825c7
permissions -rw-r--r--
[login] fix some previously introduced login box css breakage

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