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: "-";
}
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: "-";
}
| Anhang | Größe |
|---|---|
| Screenshot nach CSS Hack | 19.11 KB |
| Screenshot Normal | 13.63 KB |
- Stefan Rieger's blog
- Anmelden um Kommentare zu schreiben