Items show all, datatables, sorting, filtering

This commit is contained in:
Marek Sebera 2013-01-23 00:41:35 +01:00
parent 07fbba7428
commit 786acdd599
15 changed files with 450 additions and 28 deletions

View file

@ -735,3 +735,15 @@ pre {
#url-rewriting-warning {
display:none;
}
#datatables_paginate a {
margin: 10px;
}
#datatables_filter {
text-align: right;
}
#datatables_filter input {
width: 300px;
}