diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:47:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:47:38 +0000 |
commit | 8ae637ea960613b37bfeab878174512aa8f9c668 (patch) | |
tree | af47c97b8be5d0621162bc9bc552699563930a0c /templates | |
parent | cab137c004bab860ff1a98f000d659aba1781835 (diff) |
Admin pan zoom needs a push downwards.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/header.html b/templates/web/zurich/admin/header.html index 5ca70a592..d27b0c6af 100644 --- a/templates/web/zurich/admin/header.html +++ b/templates/web/zurich/admin/header.html @@ -18,6 +18,7 @@ .error { color: red; } .overdue { background-color: #ffcccc; } select { width: auto; } + #fms_pan_zoom { top: 13em !important; } </style> <script> $(function(){ |