Browse Source
avatar css fixes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/6982/head
Arthur Schiwon
9 years ago
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with
10 additions and
2 deletions
-
apps/comments/css/comments.css
|
|
|
@ -62,13 +62,16 @@ |
|
|
|
margin-bottom: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
#commentsTabView .comment .avatar { |
|
|
|
#commentsTabView .comment .avatar, |
|
|
|
.atwho-view-ul * .avatar{ |
|
|
|
width: 32px; |
|
|
|
height: 32px; |
|
|
|
line-height: 32px; |
|
|
|
} |
|
|
|
|
|
|
|
#commentsTabView .comment .message .avatar { |
|
|
|
#commentsTabView .comment .message .avatar, |
|
|
|
.atwho-view-ul * .avatar |
|
|
|
{ |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
@ -117,11 +120,16 @@ |
|
|
|
} |
|
|
|
|
|
|
|
#commentsTabView .comments li .message .avatar-name-wrapper, |
|
|
|
.atwho-view-ul * .avatar-name-wrapper, |
|
|
|
#commentsTabView .comment .authorRow { |
|
|
|
position: relative; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.atwho-view-ul * .avatar-name-wrapper { |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
|
|
|
|
#commentsTabView .comment .author, |
|
|
|
#commentsTabView .comment .date { |
|
|
|
opacity: .5; |
|
|
|
|