Fixes #474, No way to rename attachments with blank titles

This commit is contained in:
Dan Stillman 2007-02-04 14:03:26 +00:00
parent 3858dfd88b
commit 2df4fe20d0

View File

@ -261,6 +261,12 @@
margin-left: 5px; margin-left: 5px;
} }
/* Don't collapse blank attachment labels, since it prevents renaming */
#zotero-attachment-label
{
min-height: 1.25em;
}
#zotero-splitter #zotero-splitter
{ {
border-top: none; border-top: none;