diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-05 10:17:29 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-05 10:17:29 +0000 |
commit | 56edd930ab30480fb1fdf4e7f6c0cda195850ff9 (patch) | |
tree | 688e93d13fc84ee65e0c150ab7494bfa6c2f7dba | |
parent | e35662cd62c781b144d4154568ac7fa0b4c45d36 (diff) |
Add margin to bottom of admin views
Prevents the pagination being squashed up against the window edge
-rw-r--r-- | app/assets/stylesheets/admin.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 863a6c808..104f10c75 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -35,8 +35,8 @@ body.admin { @import "bootstrap"; #main { + margin-bottom: 50px; padding-top: 50px; - } .form-inline { |