comments.css
Search API
- 7.x modules/comments/css/comments.css
- 6.x modules/comments/css/comments.css
- 4.x modules/comments/css/comments.css
- 5.x modules/comments/css/comments.css
/* Styles for the comments module */
#comments-comment-textarea {
width: 100%;
height: 100px;
}
.comments-visible-input-row {
font-size: 0.8em;
}
.comments-copy-paste-help {
font-size: 0.7em;
}
.comments-comment-buttons {
text-align: right;
}
.fp-form-comments_comment_form .form-radios-type div,
.fp-form-comments_comment_form .form-radios-type label {
font-size: 10pt;
display: inline;
}
.comment-comment {
margin-bottom: 40px;
font-size: 0.9em;
}
.comment-comment .comment-by-line {
float: left;
}
.comment-comment-public .comment-by-line {
background-color: #FFFFE0;
}
.comment-comment .comment-datetime {
text-align: right;
}
.comment-comment .comment-text {
border: 1px solid #aaa;
padding: 10px;
background-color: #F8F8FF;
}
.comment-comment .comment-delete {
text-align: right;
margin-top: 5px;
font-size: 0.8em;
}
File
modules/comments/css/comments.cssView source
- /* Styles for the comments module */
-
- #comments-comment-textarea {
- width: 100%;
- height: 100px;
- }
-
- .comments-visible-input-row {
- font-size: 0.8em;
- }
-
- .comments-copy-paste-help {
- font-size: 0.7em;
- }
-
- .comments-comment-buttons {
- text-align: right;
-
- }
-
- .fp-form-comments_comment_form .form-radios-type div,
- .fp-form-comments_comment_form .form-radios-type label {
- font-size: 10pt;
- display: inline;
- }
-
- .comment-comment {
- margin-bottom: 40px;
- font-size: 0.9em;
- }
-
- .comment-comment .comment-by-line {
- float: left;
- }
-
- .comment-comment-public .comment-by-line {
- background-color: #FFFFE0;
- }
-
- .comment-comment .comment-datetime {
- text-align: right;
- }
-
- .comment-comment .comment-text {
- border: 1px solid #aaa;
- padding: 10px;
- background-color: #F8F8FF;
- }
-
- .comment-comment .comment-delete {
- text-align: right;
- margin-top: 5px;
- font-size: 0.8em;
- }
