aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-02-07 16:54:46 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-02-07 16:56:08 +0100
commit25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa (patch)
treef09a1415b0173cefc71bda2f22ff59360597ee1a /app/assets
parent7a596ea59a4f532411d7d310b38ebbc0a973dcb9 (diff)
downloadhmnoweb-25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa.tar.gz
hmnoweb-25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa.tar.bz2
hmnoweb-25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa.zip
Fix styling of contact form.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/hmno_blogg.scss5
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;
}
}