New implementation for displaying long lists: pagination

SVN:trunk[1298]
This commit is contained in:
Denis Flaven
2011-06-23 11:01:33 +00:00
parent 43315f50ea
commit 20024729ec

View File

@@ -1048,4 +1048,10 @@ fieldset table.details>tbody>tr>td {
}
.ac_dlg_loading {
background: white url('../images/indicator.gif') right center no-repeat;
}
table.pagination {
display:inline-block;
}
table.pagination tr td {
padding: 3px;
}