hide inactive groups that may not be marked as such in Themis

This commit is contained in:
Frédéric Péters 2014-06-26 13:41:23 +02:00
parent a1e2eab8ed
commit df9aa44d5c
1 changed files with 6 additions and 5 deletions

View File

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