web/data/cubicweb.tablesorter.css
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Jul 2014 16:00:21 +0200
changeset 9908 88bbb3abf30f
parent 5819 1017163825c7
permissions -rw-r--r--
[dataimport] Stop swallowing errors from commit/flush Silent DB corruption is not OK. Also drop comment from ObjectStore.commit that I don't understand.

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