zotero/chrome/content/zotero-platform/mac/itembox.css
Dan Stillman 263439c6ab Closes #1464, Limit number of creators in metadata pane
Displays "[x] more..." label that can be clicked to show all creators. Switching away from the item resets. This might need some further tweaking.

Untruncated display of large creator lists is probably faster now as well, though definitely not enough for the ATLAS Experiment.
2011-09-06 06:13:26 +00:00

32 lines
No EOL
470 B
CSS

scrollbox
{
padding-top: 3px;
}
row > label:first-child, .creator-type-label, #more-creators-label
{
color: #7f7f7f;
}
.zotero-field-toggle .toolbarbutton-text
{
visibility: hidden;
}
.zotero-field-toggle .toolbarbutton-icon
{
margin: 0px !important;
}
.creator-type-label > image {
margin: 1px .2em 1px;
list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');
max-width: 7px;
max-height: 7px;
}
textbox
{
margin: -1px 5px -1px 0;
padding: 0;
}