summaryrefslogtreecommitdiff
path: root/frontend/common/form.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 16:20:01 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 16:20:01 +0200
commit3b00ca8991f7092aa1cb3d584df12a0368f4fa4b (patch)
tree47efdb9f7dbbd226fd7c43111e7e052467f47618 /frontend/common/form.css
parent2db55c3d261ddee52019bbd06dc5f6545db39c16 (diff)
form works! add graph reducer, fonts
Diffstat (limited to 'frontend/common/form.css')
-rw-r--r--frontend/common/form.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/frontend/common/form.css b/frontend/common/form.css
index 5b8f1e3..8643065 100644
--- a/frontend/common/form.css
+++ b/frontend/common/form.css
@@ -56,6 +56,9 @@ form label.description {
font-size: small;
color: #ddd;
}
+form label.description span {
+ padding-top: 0;
+}
/* text input */
@@ -68,7 +71,7 @@ input[type=password] {
background: #111;
font-family: 'Roboto', sans-serif;
font-size: 0.875rem;
- width: 20rem;
+ width: 15rem;
border-radius: 0.125rem;
}
@@ -80,8 +83,8 @@ input[type=password]:focus {
}
textarea {
- width: 35rem;
- height: 20rem;
+ width: 20rem;
+ height: 10rem;
padding: 0.5rem;
border: 1px solid #ddd;
font-family: 'Roboto', sans-serif;