plone.app.discussion/plone/app/discussion/browser/stylesheets/discussion.css
Timo Stollenwerk 4d0541bfd8 resize the commenter's image with css;
svn path=/plone.app.discussion/trunk/; revision=27191
2009-05-28 07:00:40 +00:00

28 lines
517 B
CSS

/* plone.app.discussion stylesheet */
/* Comments Viewlet
---------------------------------------------------------------- */
.commentImage {
}
.commentImage img {
width: 50px;
}
/* Forms
---------------------------------------------------------------- */
.reply-to-comment-button {
float: right;
margin-top: -2.5em;
}
.reply-to-comment-button {
/* Hide the reply-to-comment button and show it only if Javascript is enabled.
* Since the reply functions rely on jQuery.
*/
display: none;
}