diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-13 16:51:44 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-13 16:51:44 +0000 |
commit | b1bca914e4719b6d9aaa62e2f7c4881e14c05aeb (patch) | |
tree | d39eac0a2aa7434c1b9bf8994706ea4d22a3b35c | |
parent | 39fa94fd6152f882c9214ac9dbea49c5bae1345c (diff) |
Neaten up spacing of admin bar in main site context.
-rw-r--r-- | public/admin/stylesheets/admin.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/admin/stylesheets/admin.css b/public/admin/stylesheets/admin.css index 9c98ac432..ada9cd173 100644 --- a/public/admin/stylesheets/admin.css +++ b/public/admin/stylesheets/admin.css @@ -8,7 +8,7 @@ body.admin { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-se /* When the admin stylesheet is loaded (and so the user is seeing the admin navbar), pad the banner of the front end interface so that it isn't hidden, and move any special notice down too. */ -.entirebody, #banner { padding-top: 50px; } +.entirebody, #banner { padding-top: 42px; } #special-notice { margin-top: 50px; } @@ -987,7 +987,7 @@ body.admin { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-se .admin .clearfix:after { clear: both; } .admin .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .admin .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.admin #main { padding-top: 50px; } +.admin #main { padding-top: 42px; } .admin .form-inline { display: inline; } .admin table .form { display: inline-block; margin: 0; } .admin .accordion-group { border: none; } |