PHP Classes

File: assets/2da3fd8b/pager.css

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage   assets/2da3fd8b/pager.css   Download  
File: assets/2da3fd8b/pager.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Covoiturage
System for managing a car pooling service
Author: By
Last change:
Date: 6 years ago
Size: 878 bytes
 

Contents

Class file image Download
/** * CSS styles for CLinkPager. * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.yiiframework.com/ * @copyright 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ * @since 1.0 */ ul.yiiPager { font-size:11px; border:0; margin:0; padding:0; line-height:100%; display:inline; } ul.yiiPager li { display:inline; } ul.yiiPager a:link, ul.yiiPager a:visited { border:solid 1px #9aafe5; font-weight:bold; color:#0e509e; padding:1px 6px; text-decoration:none; } ul.yiiPager .page a { font-weight:normal; } ul.yiiPager a:hover { border:solid 1px #0e509e; } ul.yiiPager .selected a { background:#2e6ab1; color:#FFFFFF; font-weight:bold; } ul.yiiPager .hidden a { border:solid 1px #DEDEDE; color:#888888; } /** * Hide first and last buttons by default. */ ul.yiiPager .first, ul.yiiPager .last { display:none; }