From df9aa44d5ccc8f985c6ba39027f444a3204be3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 26 Jun 2014 13:41:23 +0200 Subject: [PATCH] hide inactive groups that may not be marked as such in Themis --- plonetheme/pfbweb/static/css/pfbweb.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index fa67e1c..f14edb8 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3184,11 +3184,6 @@ body.section-agenda.portaltype-tabellio-documents-document h1#parent-fieldname-t padding-top: 40px; } -div#deputy-search div.groupe a.independant, -div#deputy-search div.groupe a.none { - display: none; -} - body.largeText #content-core, body.largeText #content-core a, body.largeText #content-core h2, @@ -3620,3 +3615,9 @@ a.ptb-pvda-go, #deputy-search .groupe a.ptb-pvda-go.active, #polgroup.ptb-pvda-g #polgroup.ptb-pvda-go { width: 140px; } + +/* hide inactive groups that may not be marked as such in Themis */ +div#deputy-search div.groupe a.independant, +div#deputy-search div.groupe a.none { + display: none; +}