diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-05 13:51:18 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-05 13:51:18 +0100 |
commit | cc86cc0c1becab86244bbede9b7aea856a9da78b (patch) | |
tree | b3126d3ca9a81d356eb000ba25e701969d0afe95 | |
parent | 1bbd6e627c0d31c6a241d6a02ae98615dfb7c203 (diff) |
Hide the search filters when we're previewing a public body as part of the new request workflow
-rw-r--r-- | public/stylesheets/theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index 964974321..f1dbe5304 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -919,3 +919,9 @@ p.public-body-name-prefix { margin-top: 15px; margin-bottom: -15px; } + +#authority_preview .public-body-name-prefix, +#authority_preview #list-filter, +#authority_preview h2.foi_results { + display: none; +}
\ No newline at end of file |