PostText/assets/css/PostText.css

18 lines
277 B
CSS

.field-with-error {
border-style: solid;
border-color: red;
}
.thread, .remark, .field-with-error {
border-style: dotted;
border-collapse: collapse;
}
.thread .id, .remark .id {
float: right;
}
.thread .body, .remark .body {
white-space: pre-wrap;
}