Commit f44715cbb707d9dd74949e84433f587def0bd0af
1 parent
4a00fbd9
Exists in
master
and in
29 other branches
Fixed upload_image on profile_network
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
public/stylesheets/application.css
@@ -5968,10 +5968,8 @@ h1#agenda-title { | @@ -5968,10 +5968,8 @@ h1#agenda-title { | ||
5968 | position: absolute; | 5968 | position: absolute; |
5969 | } | 5969 | } |
5970 | 5970 | ||
5971 | -#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-2 span a img, | ||
5972 | -#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-3 span a img, | ||
5973 | -#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-2 span a img, | ||
5974 | -#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-3 span a img { | 5971 | +#profile-wall li.profile-activity-item.upload_image span a img, |
5972 | +#profile-network li.profile-activity-item.upload_image span a img { | ||
5975 | width: 110px; | 5973 | width: 110px; |
5976 | height: 100px; | 5974 | height: 100px; |
5977 | } | 5975 | } |
@@ -6036,6 +6034,7 @@ h1#agenda-title { | @@ -6036,6 +6034,7 @@ h1#agenda-title { | ||
6036 | } | 6034 | } |
6037 | 6035 | ||
6038 | #profile-wall li.profile-activity-item.upload_image .profile-activity-text, | 6036 | #profile-wall li.profile-activity-item.upload_image .profile-activity-text, |
6037 | +#profile-network li.profile-activity-item.upload_image .profile-activity-text, | ||
6039 | #profile-network li.profile-activity-item ul.profile-wall-activities-comments { | 6038 | #profile-network li.profile-activity-item ul.profile-wall-activities-comments { |
6040 | padding-left: 50px; | 6039 | padding-left: 50px; |
6041 | } | 6040 | } |