PostText/assets/css/PostText.css

23 lines
394 B
CSS
Raw Normal View History

.field-with-info {
border-style: solid;
border-color: green;
}
2022-08-24 22:15:52 -04:00
.field-with-error {
border-style: solid;
border-color: red;
}
2022-08-23 21:20:23 -04:00
.thread, .remark, .field-with-error, .field-with-info {
2022-08-23 21:20:23 -04:00
border-style: dotted;
2022-08-24 22:15:52 -04:00
border-collapse: collapse;
2022-08-23 21:20:23 -04:00
}
2022-09-21 01:28:50 -04:00
2023-04-24 23:00:09 -04:00
.thread .id, .remark .id, .thread .flag, nav .login {
2022-09-21 01:28:50 -04:00
float: right;
}
.thread .body, .remark .body {
white-space: pre-wrap;
}