do not expose keywords fields in popups (#4457)

This commit is contained in:
Frédéric Péters 2014-03-14 14:01:00 +01:00
parent 9fba52bff4
commit f1f9e3982d
1 changed files with 4 additions and 0 deletions

View File

@ -769,3 +769,7 @@ li#contentview-edit a {
div.pb-ajax form textarea#form-widgets-note {
height: 12em;
}
div.pb-ajax #formfield-form-widgets-IPfwbDocument-keywords {
display: none;
}