Commit 97f4a77291ed2129d7619f3af5573cb988b3b01c
Committed by
Daniela Feitosa
1 parent
78a3f12b
Exists in
master
and in
29 other branches
Forcing some thumbnail sizes
(ActionItem1812)
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -2068,6 +2068,8 @@ input.disabled { | @@ -2068,6 +2068,8 @@ input.disabled { | ||
2068 | 2068 | ||
2069 | .common-profile-list-block img { | 2069 | .common-profile-list-block img { |
2070 | border: none; | 2070 | border: none; |
2071 | + width: 50px; | ||
2072 | + height: 50px; | ||
2071 | } | 2073 | } |
2072 | 2074 | ||
2073 | .box-2 .common-profile-list-block span, | 2075 | .box-2 .common-profile-list-block span, |
@@ -5511,6 +5513,8 @@ h1#agenda-title { | @@ -5511,6 +5513,8 @@ h1#agenda-title { | ||
5511 | padding: 1px; | 5513 | padding: 1px; |
5512 | border: 1px solid #ccc; | 5514 | border: 1px solid #ccc; |
5513 | margin: 4px 3px 0 0; | 5515 | margin: 4px 3px 0 0; |
5516 | + width: 20px; | ||
5517 | + height: 20px; | ||
5514 | } | 5518 | } |
5515 | 5519 | ||
5516 | .profile-wall-image { | 5520 | .profile-wall-image { |
@@ -5536,6 +5540,12 @@ h1#agenda-title { | @@ -5536,6 +5540,12 @@ h1#agenda-title { | ||
5536 | text-align: center; | 5540 | text-align: center; |
5537 | } | 5541 | } |
5538 | 5542 | ||
5543 | +#profile-network .upload_image .profile-network-text span img, | ||
5544 | +#profile-activity .upload_image .profile-activity-text span img { | ||
5545 | + width: auto; | ||
5546 | + height: auto; | ||
5547 | +} | ||
5548 | + | ||
5539 | #profile-network .upload_image .profile-network-text img, | 5549 | #profile-network .upload_image .profile-network-text img, |
5540 | #profile-activity .upload_image .profile-activity-text img { | 5550 | #profile-activity .upload_image .profile-activity-text img { |
5541 | padding: 0; | 5551 | padding: 0; |