Commit 1d3adc699bf14a49853c27477381f33f2e1052e2
1 parent
3aa7898c
Exists in
master
and in
28 other branches
Fixes the layout of nested comments on the wall
- Makes the hierachy clearer with padding. - Removes a white border that was giving the impression of broken layout. (ActionItem2726) (ActionItem2725)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -1238,6 +1238,7 @@ a.comment-picture { |
1238 | 1238 | .scrap-replies { |
1239 | 1239 | border: 1px solid #fff; |
1240 | 1240 | padding: 0; |
1241 | + border-right: 0px; | |
1241 | 1242 | -moz-border-radius: 4px; |
1242 | 1243 | -webkit-border-radius: 4px; |
1243 | 1244 | border-radius: 4px; |
... | ... | @@ -5435,7 +5436,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { |
5435 | 5436 | |
5436 | 5437 | #profile-wall ul.profile-wall-activities-comments ul, |
5437 | 5438 | #profile-network ul.profile-wall-activities-comments ul { |
5438 | - padding-left: 0px; | |
5439 | + padding-left: 12px; | |
5439 | 5440 | } |
5440 | 5441 | |
5441 | 5442 | #profile-wall .profile-wall-activities-comments li, | ... | ... |