2009-05-27 09:26:21 +02:00
|
|
|
/* plone.app.discussion stylesheet */
|
|
|
|
|
2009-08-26 23:53:34 +02:00
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-05-28 09:00:40 +02:00
|
|
|
|
2009-08-28 23:21:54 +02:00
|
|
|
|
2009-05-28 09:00:40 +02:00
|
|
|
/* Comments Viewlet
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2009-05-29 09:13:05 +02:00
|
|
|
.comment {
|
|
|
|
min-height: 100px;
|
2009-06-21 19:46:10 +02:00
|
|
|
overflow: auto;
|
2009-05-29 09:13:05 +02:00
|
|
|
}
|
|
|
|
|
2009-05-28 09:00:40 +02:00
|
|
|
.commentImage {
|
2009-05-29 09:13:05 +02:00
|
|
|
width: 90px;
|
|
|
|
float: left;
|
2009-08-28 23:21:54 +02:00
|
|
|
margin-right: -90px;
|
2009-05-28 09:00:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentImage img {
|
2009-06-08 10:23:18 +02:00
|
|
|
margin-right: 1em;
|
2009-05-29 09:13:05 +02:00
|
|
|
}
|
|
|
|
|
2009-08-28 23:21:54 +02:00
|
|
|
.commentBody {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
2009-06-08 10:23:18 +02:00
|
|
|
|
2009-08-28 23:21:54 +02:00
|
|
|
.showCommenterImage h3,
|
|
|
|
.showCommenterImage .documentByLine,
|
|
|
|
.showCommenterImage .commentBody,
|
|
|
|
.showCommenterImage .commentActions,
|
|
|
|
.showCommenterImage .reply {
|
|
|
|
/* The showCommenterImage CSS class is only set if showing the
|
|
|
|
* commenters image is enabled.
|
|
|
|
*/
|
|
|
|
margin-left: 90px;
|
2009-05-29 09:13:05 +02:00
|
|
|
}
|
|
|
|
|
2009-08-28 23:21:54 +02:00
|
|
|
|
2009-06-05 11:05:34 +02:00
|
|
|
/* Reply Form
|
2009-05-28 09:00:40 +02:00
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2009-06-05 11:05:34 +02:00
|
|
|
.reply fieldset {
|
|
|
|
/* Fix bouncing fieldset when reply form is shown. */
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
2009-05-27 09:26:21 +02:00
|
|
|
.reply-to-comment-button {
|
2009-08-28 23:21:54 +02:00
|
|
|
/* Hide the reply-to-comment button and show it only if Javascript
|
|
|
|
* is enabled. Since the reply functions rely on jQuery.
|
2009-05-27 09:26:21 +02:00
|
|
|
*/
|
|
|
|
display: none;
|
|
|
|
}
|
2009-06-02 17:09:25 +02:00
|
|
|
|
|
|
|
.cancelreplytocomment {
|
|
|
|
/* Hide the cancel button in the comment form, show it only in the reply form
|
|
|
|
* in order to close it.
|
|
|
|
*/
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-08-28 23:21:54 +02:00
|
|
|
|
2009-06-22 12:08:09 +02:00
|
|
|
/* Moderation View
|
|
|
|
---------------------------------------------------------------- */
|
|
|
|
|
2009-06-26 16:57:45 +02:00
|
|
|
ul.filter {
|
2009-07-01 01:49:32 +02:00
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2009-06-26 16:57:45 +02:00
|
|
|
.filter form {
|
2009-08-29 18:23:54 +02:00
|
|
|
display:inline-block;
|
|
|
|
width: 75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter input {
|
|
|
|
width: 80px;
|
2009-06-26 16:57:45 +02:00
|
|
|
}
|
|
|
|
|
2009-07-01 02:04:03 +02:00
|
|
|
.filter input.selected,
|
|
|
|
.filter input:hover {
|
2009-07-01 01:49:32 +02:00
|
|
|
background: #DEE7EC;
|
2009-06-29 23:05:38 +02:00
|
|
|
}
|
2009-07-01 01:17:40 +02:00
|
|
|
|
2009-07-01 01:49:32 +02:00
|
|
|
.filter .firstFormTab input {
|
|
|
|
border-left: 1px solid #8CACBB;
|
2009-07-01 01:17:40 +02:00
|
|
|
}
|
|
|
|
|
2009-07-01 02:04:03 +02:00
|
|
|
.filter .lastFormTab input {
|
2009-07-01 01:49:32 +02:00
|
|
|
border-right: 1px solid #8CACBB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter input {
|
|
|
|
background: White;
|
|
|
|
border-bottom: 1px solid #8CACBB;
|
|
|
|
border-left: 1px dotted #8CACBB;
|
|
|
|
border-top: 1px solid #8CACBB;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.125em 0.75em;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bulkactions {
|
|
|
|
text-align: left;
|
2009-06-29 13:11:58 +02:00
|
|
|
}
|
|
|
|
|
2009-06-26 16:57:45 +02:00
|
|
|
#dobulkaction {
|
2009-07-01 01:49:32 +02:00
|
|
|
margin: 0.3em 0;
|
2009-06-26 16:57:45 +02:00
|
|
|
}
|
2009-06-29 13:11:58 +02:00
|
|
|
|
2009-07-01 00:17:42 +02:00
|
|
|
.comment-publish-button {
|
2009-06-29 13:11:58 +02:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2009-07-01 00:17:42 +02:00
|
|
|
.comment-delete-button {
|
|
|
|
float: right;
|
2009-06-29 13:11:58 +02:00
|
|
|
}
|
2009-06-29 23:05:38 +02:00
|
|
|
|
|
|
|
#review-comments {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2009-07-07 10:21:36 +02:00
|
|
|
|
|
|
|
#fieldset-moderate-comments {
|
|
|
|
padding: 2em 1em;
|
|
|
|
}
|