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

84 lines
1.3 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: 0.5em 0 0.5em 0em;
}
.filter li {
display: inline;
}
.filter li a:link {
border-bottom: 0px solid transparent;
}
.filter form {
display: inline;
}
.filter .selected {
background-color: #DEE7EC;
}
#dobulkaction {
margin: 0.2em 0;
}
form.workflow_action {
float: left;
}
form.delete {
float: right;
}