diff options
Diffstat (limited to 'frontend/common/form.css')
| -rw-r--r-- | frontend/common/form.css | 9 |
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; |
