diff --git a/app/assets/stylesheets/responsive/_global_layout.scss b/app/assets/stylesheets/responsive/_global_layout.scss index 0c83e9b8ca..2b19a24b64 100644 --- a/app/assets/stylesheets/responsive/_global_layout.scss +++ b/app/assets/stylesheets/responsive/_global_layout.scss @@ -179,7 +179,9 @@ textarea{ margin-right: 0; } - +.action-bar__follower-count { + font-size: 0.875em; +} /* * Drop-down style action button @@ -261,7 +263,7 @@ textarea{ display: none; list-style: none; - margin: 10px 0 0 0; + margin: 10px 0 60px 0; min-width: 100%; @include respond-min( 20em ){ min-width: 280px; diff --git a/app/assets/stylesheets/responsive/_request_layout.scss b/app/assets/stylesheets/responsive/_request_layout.scss index b096b22afb..6694666c80 100644 --- a/app/assets/stylesheets/responsive/_request_layout.scss +++ b/app/assets/stylesheets/responsive/_request_layout.scss @@ -84,7 +84,6 @@ margin-bottom: 0.5em; margin-right: 1em; @include respond-min( $main_menu-mobile_menu_cutoff ){ - text-align: center; margin-bottom: 0; } } @@ -108,10 +107,6 @@ .action-bar__follower-count { margin: 0; } - - .action-bar__follower-count { - font-size: 0.875em; - } } .request-header__action-bar__actions--narrow { @@ -265,6 +260,23 @@ a.track-request-action { display: inline-block; } +/* Request correspondence footer action menu */ +.request-footer__action-bar__actions { + @include grid-column(12, $collapse:true); + @media (min-width: 30em) { + justify-content: flex-start; + @include flexbox(); + align-items: stretch; + } + + float: none; + + .after-actions { + .action-menu__button { + margin-right: 1em; + } + } +} /* Event history details */ #request_details { diff --git a/app/views/public_body/show.html.erb b/app/views/public_body/show.html.erb index 6a27a62148..a1bf28c7b9 100644 --- a/app/views/public_body/show.html.erb +++ b/app/views/public_body/show.html.erb @@ -54,30 +54,31 @@ :count => @number_of_visible_requests) %> <% end %> - -