Drupal Taxanimie CCK Field modify Layout by CSS

CSS Layout für mehrere Drupal CCK Taxanomie Felder. Leider ist nicht alles für den IE geeignet.

div.node-type-orth_praxis .field-field-op-keywords div.field-label-inline,
div.node-type-orth_praxis .field-field-op-author div.field-label-inline {
        display: none;
}

div.node-type-orth_praxis .field-field-op-keywords .field-item,
div.node-type-orth_praxis .field-field-op-author .field-item {
        display: inline;
}

.node-type-orth_praxis .field-field-op-author .field-items .field-item:first-child:before,
.node-type-orth_praxis .field-field-op-keywords .field-items .field-item:first-child:before {
        content: "";
}

.node-type-orth_praxis .field-field-op-author .field-items .field-item:before {
        content: ",";
}

.node-type-orth_praxis .field-field-op-keywords .field-items .field-item:before {
        content: "-";
}
AnhangGröße
Screenshot nach CSS Hack19.11 KB
Screenshot Normal13.63 KB