diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-09-04 09:12:04 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-09-04 09:12:04 +0100 |
commit | d91b9a4ad508029d1ea138b1215cc35b05523fb4 (patch) | |
tree | f94de18cb67a1cef5e0dc0eaecd755bc591e2300 | |
parent | e9215e6a4142e1eb2871879912fc5711c6c30e9c (diff) |
Add margin to search your contributions form
-rw-r--r-- | app/assets/stylesheets/responsive/_user_layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_user_layout.scss b/app/assets/stylesheets/responsive/_user_layout.scss index 8087f978c..a568a5fa3 100644 --- a/app/assets/stylesheets/responsive/_user_layout.scss +++ b/app/assets/stylesheets/responsive/_user_layout.scss @@ -1,2 +1,7 @@ /* Layout for user pages */ +#user_profile_search { + #search_form { + margin-top: 2rem; + } +} |