summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-11 09:22:10 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-11 09:22:10 +0100
commit75227818ae83dded3152f3c8667db6e87f94fde7 (patch)
treeedecac4a26f1f66923083cf671498594c25054b5 /public/assets/css
parent8340d74a0b953b12134302eca14aaec0a0a67fba (diff)
log in and out
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/bucky.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 8874311..e96c0aa 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -83,6 +83,13 @@ a:hover { color: #2040f0; text-decoration: underline; }
hr {
border-color: #000;
}
+input[type=text],
+input[type=password] {
+ font-family: 'Trebuchet MS', sans-serif;
+ font-size: 10px;
+ border: 1px solid #888;
+ padding: 3px;
+}
#menu {
margin: 7px 0 14px;
}
@@ -344,7 +351,8 @@ tr:nth-child(even) td.black { background-color: #eee; border-bottom-color:
margin: 0;
padding: 0 3px 3px 0;
text-align: center;
- font-size: 11px;
+ font-size: 10px;
+ opacity: 0.8;
vertical-align: top;
}
#comments .avatar {
@@ -416,8 +424,6 @@ pre br {
width: 100%;
padding: 5px;
font-size: 15px;
- font-family: 'Trebuchet MS', sans-serif;
- border: 1px solid #888;
margin-top: 10px;
}
#thread_form textarea {
@@ -676,6 +682,17 @@ pre br {
header .search_form {
display: none;
}
+
+/* LOGIN */
+
+#login div,
+#signup div {
+ margin: 2px;
+}
+#login .errors {
+ display: inline-block;
+}
+
@media (max-width: 700px) {
body {
padding: 10px 10px;