[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/src/jquery/ -> jquery.tablesorter.css (source)

   1  /* Table Sorting */
   2  table.jquery-tablesorter th.headerSort {
   3      /* @embed */
   4      background-image: url(images/sort_both.gif);
   5      cursor: pointer;
   6      background-repeat: no-repeat;
   7      background-position: center right;
   8      padding-right: 21px;
   9  }
  10  table.jquery-tablesorter th.headerSortUp {
  11      /* @embed */
  12      background-image: url(images/sort_up.gif);
  13  }
  14  table.jquery-tablesorter th.headerSortDown {
  15      /* @embed */
  16      background-image: url(images/sort_down.gif);
  17  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1