web/data/cubicweb.tablesorter.css
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 11 Jul 2011 13:23:37 +0200
changeset 7645 cb2459aaa7d7
parent 5819 1017163825c7
permissions -rw-r--r--
[source] closes #1816412: try to reconnect to dbms if connection is reset in eid_type_source()

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