4b6b0aeb02
svn path=/plone.app.discussion/trunk/; revision=27207
46 lines
750 B
CSS
46 lines
750 B
CSS
/* plone.app.discussion stylesheet */
|
|
|
|
|
|
/* Comments Viewlet
|
|
---------------------------------------------------------------- */
|
|
|
|
.comment {
|
|
min-height: 100px;
|
|
position: relative;
|
|
}
|
|
|
|
.commentImage {
|
|
width: 90px;
|
|
float: left;
|
|
}
|
|
|
|
.commentImage img {
|
|
}
|
|
|
|
.comment h3,
|
|
.comment .documentByLine,
|
|
.comment .commentBody {
|
|
margin-left: 90px;
|
|
}
|
|
|
|
.reply-to-comment-button {
|
|
position: absolute;
|
|
bottom: 1em;
|
|
right: 1em;
|
|
}
|
|
|
|
/* 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;
|
|
}
|