web/data/cubicweb.tablesorter.css
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 12 Mar 2013 12:50:05 +0100
changeset 8748 f5027f8d2478
parent 5819 1017163825c7
permissions -rw-r--r--
drop typed_eid() in favour of int() (closes #2742462) typed_eid was introduced to abstract the eid type when running on Google AppEngine. It is not used anymore and can be removed. Let's use int() instead.

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