Commit
3d461d7335b62455cdb5c7f2c9ae1e51c9e74f00
Exists in
staging
and in
26 other branches
angular_poc, api-article-archived, api-homepage, api_visitor, article-readonly, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, content-manager-hostspot, environment-api, export-comment-paragraph, fix_event_date_issue, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, pg_search_rank, production, resend_confirmation_email, tasks_keep_filter_params
Moved cart to top of window to stay far from chat
| @@ -19,7 +19,7 @@ |
| @@ -19,7 +19,7 @@ |
19
| .cart { |
19
| .cart { |
20
| position: fixed; |
20
| position: fixed; |
21
| right: 20px; |
21
| right: 20px; |
22
| - bottom: 0px; |
22
| + top: 0px; |
23
| width: 200px; |
23
| width: 200px; |
24
| z-index: 1000; |
24
| z-index: 1000; |
25
| border: 1px solid #777; |
25
| border: 1px solid #777; |