aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index 7ea910e..17b0f26 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -64,7 +64,7 @@ select,
input[type="submit"],
input[type="button"],
button,
-.oekform select {
+#oekform select {
padding: 0 1em;
height: 1.7em;
}
@@ -78,14 +78,14 @@ textarea {
#search input[type="text"] {
width: 80px;
}
-#search input,
+#search input[type="text"],
#search select {
height: 16px;
}
-.postform input[name="subject"] {
+#postform-t input[name="subject"] {
max-width: 300px;
}
-.postform textarea {
+#postform-t textarea {
width: 420px;
height: 125px;
}
@@ -94,7 +94,7 @@ textarea {
padding: 3px;
white-space: nowrap;
}
-.oekform {
+#oekform {
margin-bottom: 0.5em;
}
#rules {
@@ -172,6 +172,7 @@ body:not(.res) .thread.hidden > *,
#pg span {
border: 1px inset;
display: table-cell;
+ vertical-align: middle;
}
#pg span input {
height: initial;
@@ -353,7 +354,7 @@ body:not(.res) .thread.hidden > *,
.thread td {
overflow: hidden;
}
- .postform input[type="submit"] {
+ #postform-t input[type="submit"] {
height: 2em;
margin-top: 2px;
}