- Nicer display of paginated lists

SVN:trunk[1356]
This commit is contained in:
Denis Flaven
2011-07-25 12:24:23 +00:00
parent 906abd5fe6
commit 6b7687c80b

View File

@@ -1054,4 +1054,24 @@ table.pagination {
}
table.pagination tr td {
padding: 3px;
}
.pager {
float:left;
}
.pager p {
margin-top: 0;
margin-bottom: 0;
}
.pager td a {
min-width: 20px;
display:inline-block;
text-align: center;
}
.pager td a.curr_page {
color: #fff;
background: #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}