plone.app.discussion/plone/app/discussion/browser/stylesheets/discussion.css
Timo Stollenwerk 2e04461162 remove nested forms from moderate comments view. rewrite jquery code for comment delete and publish.
svn path=/plone.app.discussion/trunk/; revision=27750
2009-06-30 22:17:42 +00:00

97 lines
1.5 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
---------------------------------------------------------------- */
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;
}
#dobulkaction {
margin: 0.45em 0;
}
.comment-publish-button {
float: left;
}
.comment-delete-button {
float: right;
}
#review-comments {
margin: 0;
}
#review-comments select {
margin: 0.1em 0;
}