aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/amber.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/amber.css')
-rw-r--r--static/css/txt/amber.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 4f471c9..a7a1fc8 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -71,6 +71,7 @@ hr {
input,
button {
font-family: monospace;
+ vertical-align: middle;
}
input,
input[type="submit"],
@@ -91,6 +92,7 @@ select:focus {
}
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active {
background: #f9690e;
border-style: solid;
@@ -134,7 +136,6 @@ button:active {
}
.mainpage .postform {
border-top: 1px solid #f9690e;
- margin: 0;
padding: 1em 0 1em 40px;
}
.formpad {
@@ -142,7 +143,6 @@ button:active {
}
form .msg {
border: 1px dotted #f9690e;
- background: #000;
color: #f9690e;
}
#q-p {
@@ -167,6 +167,6 @@ form .msg {
}
@media (max-width: 600px) {
.mainpage .postform {
- padding: 8px;
+ padding: 4px;
}
}