PostText/assets/css/PostText.css

23 lines
365 B
CSS
Raw Normal View History

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