Commit 60b69b3c0b5bff84315bc71dff8599febfabc0be
1 parent
ee873633
Exists in
master
and in
29 other branches
Fixed css to display uploaded image on profile network
(ActionItem1826)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -4795,6 +4795,7 @@ h1#agenda-title { |
4795 | 4795 | #profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, |
4796 | 4796 | #profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a img, |
4797 | 4797 | #profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, |
4798 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, | |
4798 | 4799 | #profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a img { |
4799 | 4800 | width: auto; |
4800 | 4801 | max-width: 383px; | ... | ... |