Detail view: Move toolbar to top of element for easier styling

This commit is contained in:
Brian Federle 2013-10-10 14:10:43 -07:00
parent 9c8e1f7206
commit 09e4327652
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@
// Create toolbar
if (!compact) {
$toolbar.appendTo($detailView);
$toolbar.prependTo($detailView);
}
}