diff --git a/static/js/custom.js b/static/js/custom.js index 69e6c1f..ebef27a 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -2,13 +2,13 @@ // Expandable Search on Users and Machines pages //----------------------------------------------------------- function show_search() { - $('#nav-search').removeClass('hide'); - $('#nav-content').addClass('hide'); + $('#nav-search').removeClass('scale-out'); + $('#nav-content').addClass('scale-out'); } function hide_search() { - $('#nav-search').addClass('hide'); - $('#nav-content').removeClass('hide'); + $('#nav-search').addClass('scale-out'); + $('#nav-content').removeClass('scale-out'); } diff --git a/templates/template.html b/templates/template.html index b371bf9..d0b71b4 100644 --- a/templates/template.html +++ b/templates/template.html @@ -55,7 +55,7 @@