aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-09-05 13:51:18 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-09-05 13:51:18 +0100
commitcc86cc0c1becab86244bbede9b7aea856a9da78b (patch)
treeb3126d3ca9a81d356eb000ba25e701969d0afe95
parent1bbd6e627c0d31c6a241d6a02ae98615dfb7c203 (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.css6
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