diff --git a/nodejs/public/lib/js/app-base.js b/nodejs/public/lib/js/app-base.js index 94766bf..c4ec287 100644 --- a/nodejs/public/lib/js/app-base.js +++ b/nodejs/public/lib/js/app-base.js @@ -307,8 +307,6 @@ $( document ).ready(function(){ $('.fa-circle-minus').click(function(){ $(this).closest('.card').find('.card-body').slideToggle('fast'); - // $(this).closest('.card').find('.card-header').slideToggle('fast'); - }); $('.fa-circle-xmark').click(function(){ diff --git a/nodejs/views/hosts.ejs b/nodejs/views/hosts.ejs index a6e6387..08824ba 100755 --- a/nodejs/views/hosts.ejs +++ b/nodejs/views/hosts.ejs @@ -1,364 +1,318 @@ <%- include('top') %> - + - + div.editWindow{ + margin-bottom: 1em; + } - -