diff options
Diffstat (limited to 'app/assets/stylesheets/hmno_blogg.scss')
-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; } } |