mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
small searcher
This commit is contained in:
parent
5ac8e92abd
commit
c3fd645515
@ -94,14 +94,16 @@
|
|||||||
|
|
||||||
// Customize search action ...
|
// Customize search action ...
|
||||||
$('#mindmapListTable_filter').appendTo("#tableActions");
|
$('#mindmapListTable_filter').appendTo("#tableActions");
|
||||||
|
$('#mindmapListTable_filter label').addClass('input-group-sm');
|
||||||
var input = $('#mindmapListTable_filter input');
|
var input = $('#mindmapListTable_filter input');
|
||||||
input.addClass('input-small search-query form-control');
|
input.addClass('form-control');
|
||||||
input.attr('placeholder', 'Search');
|
input.attr('placeholder', 'Search');
|
||||||
$("#mindmapListTable_info").appendTo("#pageInfo");
|
|
||||||
|
|
||||||
// Re-arrange pagination actions ...
|
// Re-arrange pagination actions ...
|
||||||
$("#tableFooter").appendTo("#mindmapListTable_wrapper");
|
$("#tableFooter").appendTo("#mindmapListTable_wrapper");
|
||||||
$("#mindmapListTable_length").appendTo("#tableFooter");
|
$("#mindmapListTable_length").appendTo("#tableFooter");
|
||||||
|
$("#mindmapListTable_info").appendTo("#tableFooter");
|
||||||
|
|
||||||
$('#mindmapListTable_length select').attr("style", "width:60px;");
|
$('#mindmapListTable_length select').attr("style", "width:60px;");
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user