PostText/assets/css/PostText.css
2023-04-24 23:00:09 -04:00

23 lines
394 B
CSS

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