/* SVN FILE: $Id: CLinkPager.css 1505 2014-05-01 09:20:30Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 1505 $
 * @date                $Date: 2014-05-01 11:20:30 +0200 (Jeu 01 mai 2014) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/engine/branches/1.4/assets/common/css/components/CLinkPager.css $
 * @desc            CSS for the CGridView component in admin interface (colorizing : check adminHead view)
 */
/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @since 1.0
 */

ul.yiiPager
{
	border:0;
	margin:0;
	padding:0;
	display:block;
    text-align:center;
}
ul.yiiPager li
{
	display:inline;
}
/*
ul.yiiPager li.selected a,
ul.yiiPager li.hidden a
{
    cursor: default;
}
*/
/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}

ul.yiiPager + p
{
    margin-top:10px;
}