From 25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 7 Feb 2014 16:54:46 +0100 Subject: Fix styling of contact form. --- app/assets/stylesheets/hmno_blogg.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app') 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; } } -- cgit v1.2.3