PHP Classes

File: htdocs/modules/system/themes/default/css/tablesorter.css

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/default/css/tablesorter.css   Download  
File: htdocs/modules/system/themes/default/css/tablesorter.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 675 bytes
 

Contents

Class file image Download
/* * Default Admin Theme * * @copyright (c) 2000-2015 XOOPS Project (www.xoops.org) * @license http://www.fsf.org/copyleft/gpl.html GNU public license 3.0 * @package themes * @since 2.5.x * @author Xoops Design Theme <http://www.xoops.org/> * @maintained Xoops Design Theme <http://www.xoops.org/> * */ table.tablesorter thead tr .header { background: url(../img/unsort.gif) no-repeat center right; } table.tablesorter thead tr .headerSortUp { background: url(../img/asc.gif) no-repeat center right; } table.tablesorter thead tr .headerSortDown { background: url(../img/desc.gif) no-repeat center right; }