Commit
3d461d7335b62455cdb5c7f2c9ae1e51c9e74f00
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
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; |