diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html index 67ef274404787734dc00e1b3cf283dfb1da67cec..de100c8b44bcd4b2a86f3166f9c4e650785a43a4 100644 --- a/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html +++ b/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html @@ -18,7 +18,7 @@ {% include 'funds/includes/review_table.html' %} - <div class="wrapper wrapper--button-container"> + <div class="wrapper wrapper--sidebar-buttons"> {% include 'review/includes/review_button.html' with submission=object class="button--half-width" %} {% if request.user.is_apply_staff and object.reviews.exists %} <a href="{% url 'apply:submissions:reviews:list' submission_pk=object.id %}" class="button button--white button--half-width">View all</a> diff --git a/opentech/apply/funds/templates/funds/includes/actions.html b/opentech/apply/funds/templates/funds/includes/actions.html index 0132d0936298dfe3602f14412edbdc41a1b7308a..b66583a84a0bb7c13435a6d61033d60c8ddc17ef 100644 --- a/opentech/apply/funds/templates/funds/includes/actions.html +++ b/opentech/apply/funds/templates/funds/includes/actions.html @@ -7,7 +7,7 @@ <a data-fancybox data-src="#update-status" class="button button--primary button--full-width {% if progress_form.should_show %}is-not-disabled{% else %}is-disabled{% endif %}" href="#">Update status</a> <p class="sidebar__separator">Assign</p> - <div class="wrapper wrapper--button-container"> + <div class="wrapper wrapper--sidebar-buttons"> <a data-fancybox data-src="#update-reviewers" class="button button--half-width button--white" href="#">Reviewers</a> <a data-fancybox data-src="#assign-lead" class="button button--half-width button--white" href="#">Lead</a> </div> diff --git a/opentech/static_src/src/sass/apply/components/_wrapper.scss b/opentech/static_src/src/sass/apply/components/_wrapper.scss index c80d2378e184cfb651a1a6daa39e902ed993b21f..15ddac1fa8f3e03e9af2c04a74611b9c32d06f8f 100644 --- a/opentech/static_src/src/sass/apply/components/_wrapper.scss +++ b/opentech/static_src/src/sass/apply/components/_wrapper.scss @@ -222,7 +222,7 @@ } } - &--button-container { + &--sidebar-buttons { display: flex; justify-content: space-between; margin-bottom: 20px;