diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/css/comments.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 3452a1aad57..c81f24b2135 100644 --- a/apps/comments/css/comments.css +++ b/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; |