plone.app.discussion/plone/app/discussion/browser/stylesheets/discussion.css

100 lines
1.6 KiB
CSS
Raw Normal View History

/* 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
---------------------------------------------------------------- */
ul.filter {
margin: 1em 0 0 1em;
}
.filter li {
display: inline;
margin: 0 0.2em;
}
.filter li a:link {
border-bottom: 0px solid transparent;
}
.filter form {
display: inline;
}
.filter .selected {
background-color: #DEE7EC;
border-bottom: 1px solid #DEE7EC;
}
#bulkactions {
text-align: left;
background: #DEE7EC;
border: 1px solid #8CACBB;
}
#bulkactions select {
margin: 0.1em 0;
}
#dobulkaction {
margin: 0.45em 0;
}
.comment-publish-button {
float: left;
}
.comment-delete-button {
float: right;
}
#review-comments {
margin: 0;
}