]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/less/pager.less
Release 6.5.3
[Github/sugarcrm.git] / themes / default / less / pager.less
1 // PAGER
2 // -----
3
4 .pager {
5   margin-left: 0;
6   margin-bottom: @baseLineHeight;
7   list-style: none;
8   text-align: center;
9   .clearfix();
10 }
11 .pager li {
12   display: inline;
13 }
14 .pager a {
15   display: inline-block;
16   padding: 5px 14px;
17   background-color: #fff;
18   border: 1px solid #ddd;
19   .border-radius(15px);
20 }
21 .pager a:hover {
22   text-decoration: none;
23   background-color: #f5f5f5;
24 }
25 .pager .next a {
26   float: right;
27 }
28 .pager .previous a {
29   float: left;
30 }