move pager to top of table

This commit is contained in:
Oliver Gorwits
2014-08-18 22:54:41 +01:00
parent 2ff8c8d1e3
commit 085752550d
2 changed files with 8 additions and 1 deletions

View File

@@ -660,5 +660,10 @@ form .clearfix.success input {
/* Clear div for DataTables ColVis plugin */
div.nd_clear-both {
clear:both;
clear:both;
}
div.nd_datatables-pager {
float: left;
margin-left: 50px;
}