openstreetmap-website/test/integration
Andy Allan c8f0a81eb7 Rework sidebar to use padding on the sidebar_content div
This saves every header, list, paragraph etc having to sort out their own padding. The couple of instances where we want edge-to-edge can be acheived using the negative margin spacing utilities.

The padding is based on $spacer so that it can be adjusted automatically via bootstrap configuration.

This also means that we can remove many (mis-)uses of the browse-section class, which is only supposed to be for cases where there are multiple browse-sections in sequence (e.g. multiple nodes in the node history browse pages).
2021-06-16 15:45:58 +01:00
..
client_applications_test.rb Use login_path instead of explicit controller and actions 2021-03-10 14:31:55 +00:00
compressed_requests_test.rb Fix some rubocop todos 2020-08-02 19:38:58 +01:00
cors_test.rb Fix some deprecation warnings 2019-11-24 11:05:02 +00:00
oauth_test.rb Prevent CSRF bypass with login form 2021-02-10 20:39:23 +00:00
page_locale_test.rb Fix new rubocop warnings 2021-03-23 19:48:13 +00:00
redirect_test.rb Fix style issues found by new rubocop version 2015-04-14 09:38:24 +01:00
short_links_test.rb Ensure that test utility methods are marked as private 2020-10-28 11:49:01 +01:00
user_blocks_test.rb Refactor test to use general basic_authorization_header method 2020-10-28 11:33:51 +01:00
user_changeset_comments_test.rb Rework sidebar to use padding on the sidebar_content div 2021-06-16 15:45:58 +01:00
user_creation_test.rb Move confirmation methods into ConfirmationsController 2021-04-07 16:05:32 +01:00
user_diaries_test.rb Refactor login/logout into sessions controller 2021-03-24 11:32:46 +00:00
user_login_test.rb Refactor login/logout into sessions controller 2021-03-24 11:32:46 +00:00
user_terms_seen_test.rb Refactor login/logout into sessions controller 2021-03-24 11:32:46 +00:00