diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 71379d7ca0..5ce1bb4c09 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -282,6 +282,17 @@ body.admin { padding: 2em; } +/* Toolbox */ +.toolbox { + summary { + margin-bottom: 1em; + } + + .toolbox-tool { + margin-bottom: 1em; + } +} + /* Bootstrap Extensions */ /* These must come last because we @import bootstrap in .admin */ diff --git a/app/views/admin_public_body/_one_list.html.erb b/app/views/admin_public_body/_one_list.html.erb index 0ea13195ae..dfd2057d26 100644 --- a/app/views/admin_public_body/_one_list.html.erb +++ b/app/views/admin_public_body/_one_list.html.erb @@ -4,24 +4,30 @@