source: trunk/prototype/app/plugins/jquery.pagination/pagination.css @ 5341

Revision 5341, 523 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1.pagination {
2            font-size: 80%;
3        }
4       
5.pagination a {
6    text-decoration: none;
7        border: solid 1px #AAE;
8        color: #15B;
9}
10
11.pagination a, .pagination span {
12    display: block;
13    float: left;
14    padding: 0.3em 0.5em;
15    margin-right: 5px;
16        margin-bottom: 5px;
17        min-width:1em;
18        text-align:center;
19}
20
21.pagination .current {
22    background: #26B;
23    color: #fff;
24        border: solid 1px #AAE;
25}
26
27.pagination .current.prev, .pagination .current.next{
28        color:#999;
29        border-color:#999;
30        background:#fff;
31}
Note: See TracBrowser for help on using the repository browser.