Commit 4e80c8a6e0ca0102509805cad4b3650c23e0a364
1 parent
7b5a4bff
Exists in
master
and in
29 other branches
ActionItem1042: better positioning of the image
Showing
2 changed files
with
4 additions
and
13 deletions
Show diff stats
app/views/content_viewer/_comment.rhtml
public/stylesheets/article.css
... | ... | @@ -77,21 +77,12 @@ |
77 | 77 | } |
78 | 78 | |
79 | 79 | .comment-picture { |
80 | - position: relative; | |
81 | 80 | display: block; |
81 | + float: left; | |
82 | 82 | width: 70px; |
83 | - height: 50px; | |
84 | 83 | background-repeat: no-repeat; |
85 | - background-position: 0% 50%; | |
86 | - margin: 0px 4px 4px 4px; | |
87 | - float: left; | |
88 | -} | |
89 | - | |
90 | -.comment-picture span { | |
91 | - top: 50px; | |
92 | - position: absolute; | |
93 | - width: 100%; | |
94 | - overflow: hidden; | |
84 | + background-position: 0% 0%; | |
85 | + padding-top: 50px; | |
95 | 86 | } |
96 | 87 | |
97 | 88 | a.comment-picture { |
... | ... | @@ -120,7 +111,6 @@ a.comment-picture { |
120 | 111 | |
121 | 112 | .comment-text { |
122 | 113 | font-size: 11px; |
123 | - clear: left; | |
124 | 114 | } |
125 | 115 | |
126 | 116 | .comment-logged-out .comment-text { | ... | ... |