From 447af6b932796268d95e1ffa580438a7e9abe62d Mon Sep 17 00:00:00 2001 From: Nicolas Demonte Date: Mon, 9 Nov 2020 15:42:57 +0100 Subject: [PATCH] Remove search input above documents table #37864 --- src/pfwbged/theme/diazo_resources/static/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pfwbged/theme/diazo_resources/static/main.css b/src/pfwbged/theme/diazo_resources/static/main.css index a0f4225..52cd2e1 100644 --- a/src/pfwbged/theme/diazo_resources/static/main.css +++ b/src/pfwbged/theme/diazo_resources/static/main.css @@ -711,8 +711,11 @@ div#plone-document-byline { margin-bottom: 1ex; } +div#documents-table-view { + padding-top: 1em; +} + div#pfwbged-criterias .metatypes, -div#documents-table-view .criteria-content, div#folders-table-view .criteria-content, div#contact-table-view .criteria-content, div#contact-table-view .metatypes { @@ -734,7 +737,6 @@ div.subtype input, margin-right: 1ex; } -div#documents-table-view .criteria-content input, div#contact-table-view .criteria-content input { margin-left: 1em; }