[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |