diff --git a/app/assets/stylesheets/poll.scss b/app/assets/stylesheets/poll.scss index 64f853d8e..6cf45c586 100644 --- a/app/assets/stylesheets/poll.scss +++ b/app/assets/stylesheets/poll.scss @@ -1,14 +1,12 @@ .poll-card { + .card { background-color: #e7f3fd; } .clipboard-btn { - border-radius: 12pt; - padding: 0; - width: 24pt; - height: 24pt; - padding-top: 5pt; - padding-left: 1pt; + border-radius: rem-calc(12); + padding: rem-calc(5) rem-calc(10) rem-calc(10) rem-calc(10); + height: rem-calc(24); } } diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index 3de223f8e..ec6c7f778 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -45,7 +45,7 @@ module AdminHelper end def menu_proposals_dashboard? - ["proposal_dashboard_actions", "administrator_tasks"].include?(controller_name) + ["actions", "administrator_tasks"].include?(controller_name) end def official_level_options diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index f21d63735..473bce948 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -57,7 +57,7 @@ <% if feature?(:budgets) %>
  • "> + controller_name == "budget_investment_statuses" %>"> <%= link_to admin_budgets_path do %> <%= t("admin.menu.budgets") %> @@ -240,7 +240,7 @@ <%= t("admin.menu.proposals_dashboard") %>