plone.app.discussion/plone/app/discussion/browser/stylesheets/discussion.css
2009-05-27 07:26:21 +00:00

14 lines
287 B
CSS

/* plone.app.discussion stylesheet */
.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;
}