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; +}