resize the commenter's image with css;

svn path=/plone.app.discussion/trunk/; revision=27191
This commit is contained in:
Timo Stollenwerk
2009-05-28 07:00:40 +00:00
parent 2ecd5e76a5
commit 4d0541bfd8
2 changed files with 16 additions and 3 deletions
@@ -1,5 +1,19 @@
/* plone.app.discussion stylesheet */
/* Comments Viewlet
---------------------------------------------------------------- */
.commentImage {
}
.commentImage img {
width: 50px;
}
/* Forms
---------------------------------------------------------------- */
.reply-to-comment-button {
float: right;
margin-top: -2.5em;