plone.app.discussion/plone/app/discussion/browser/stylesheets/discussion.css
Timo Stollenwerk 1008356b30 fix story 833286: IE 6: Comment layer is not displayed correctly.
svn path=/plone.app.discussion/trunk/; revision=27647
2009-06-23 15:40:00 +00:00

63 lines
1.1 KiB
CSS

/* plone.app.discussion stylesheet */
/* Comments Viewlet
---------------------------------------------------------------- */
.comment {
min-height: 100px;
overflow: auto;
}
.commentImage {
width: 90px;
float: left;
background: #EEF3F5; /* Todo: Only a temporary solution !!! */
}
.commentImage img {
margin-right: 1em;
}
.comment h3,
.comment .documentByLine,
.comment .commentBody {
}
/* Reply Form
---------------------------------------------------------------- */
.reply fieldset {
/* Fix bouncing fieldset when reply form is shown. */
margin: 0 !important;
}
.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;
}
.cancelreplytocomment {
/* Hide the cancel button in the comment form, show it only in the reply form
* in order to close it.
*/
display: none;
}
/* Moderation View
---------------------------------------------------------------- */
.filter {
margin-left: 0 !important;
}
.filter li {
display: inline;
}
.filter li a:link {
border-bottom: 0px solid transparent;
}