2009-05-27 09:26:21 +02:00
|
|
|
/* plone.app.discussion stylesheet */
|
|
|
|
|
2009-05-28 09:00:40 +02:00
|
|
|
|
|
|
|
/* Comments Viewlet
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2009-05-29 09:13:05 +02:00
|
|
|
.comment {
|
|
|
|
min-height: 100px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2009-05-28 09:00:40 +02:00
|
|
|
.commentImage {
|
2009-05-29 09:13:05 +02:00
|
|
|
width: 90px;
|
|
|
|
float: left;
|
2009-05-28 09:00:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentImage img {
|
2009-05-29 09:13:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment h3,
|
|
|
|
.comment .documentByLine,
|
|
|
|
.comment .commentBody {
|
|
|
|
margin-left: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reply-to-comment-button {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1em;
|
|
|
|
right: 1em;
|
2009-05-28 09:00:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Forms
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2009-05-27 09:25:19 +02:00
|
|
|
.reply-to-comment-button {
|
|
|
|
float: right;
|
|
|
|
margin-top: -2.5em;
|
|
|
|
}
|
2009-05-27 09:26:21 +02:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|