aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index c82c01a..87269eb 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -156,7 +156,7 @@ label {
font-size: 14px;
line-height: 1;
max-height: 16em;
- overflow-y: scroll;
+ overflow-y: auto;
}
#threadlist a {
-webkit-flex: 1 1 auto;
@@ -204,6 +204,9 @@ a.thumb {
margin: 1em 20px;
text-decoration: none;
}
+.hidden .msg, .hidden .thumb, .hidden .quoted {
+ display: none;
+}
a.yt {
margin: 2px 0;
display: inline-block;
@@ -250,7 +253,7 @@ a.yt b {
color: #f00;
font-family: arial, sans-serif;
font-weight: bold;
- margin-bottom: 0.5em;
+ margin: 0.5em 0;
}
#createbox input,
#createbox textarea {
@@ -260,6 +263,9 @@ a.yt b {
text-align: right;
white-space: nowrap;
}
+.postform {
+ margin-top: 0.5em;
+}
form .msg {
margin: 0;
padding: 8px 2px;
@@ -302,6 +308,9 @@ form .msg {
line-height: 12px;
}
@media (max-width: 600px) {
+ body.threadpage {
+ margin: 4px;
+ }
br {
line-height: 0.5em;
}
@@ -360,7 +369,8 @@ form .msg {
.postform input[type="submit"] {
padding: 0.5em;
}
- .postform span > * {
+ .postform span > input,
+ .postform span > span {
display: table-cell;
white-space: nowrap;
}