diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-02-07 16:54:46 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-02-07 16:56:08 +0100 |
commit | 25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa (patch) | |
tree | f09a1415b0173cefc71bda2f22ff59360597ee1a | |
parent | 7a596ea59a4f532411d7d310b38ebbc0a973dcb9 (diff) | |
download | hmnoweb-25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa.tar.gz hmnoweb-25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa.tar.bz2 hmnoweb-25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa.zip |
Fix styling of contact form.
-rw-r--r-- | app/assets/stylesheets/hmno_blogg.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/hmno_blogg.scss b/app/assets/stylesheets/hmno_blogg.scss index a7e6597..63fa95e 100644 --- a/app/assets/stylesheets/hmno_blogg.scss +++ b/app/assets/stylesheets/hmno_blogg.scss @@ -60,12 +60,13 @@ } } -#new_comment { +#new_comment, #new_inquiry { .field { padding: 2px; label { display: inline-block; min-width: 5em; + vertical-align: top; } input, textarea { border: 1px solid $dark-border-fg; @@ -73,7 +74,7 @@ color: $fg; } } - .form-actions { + .actions, .form-actions { margin-left: 5.2em; } } |