From 2df4fe20d02540c9aca15866fd7b0a8e15d78e53 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 4 Feb 2007 14:03:26 +0000 Subject: [PATCH] Fixes #474, No way to rename attachments with blank titles --- chrome/skin/default/zotero/overlay.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index 36d643226..d75cd5e73 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -261,6 +261,12 @@ margin-left: 5px; } +/* Don't collapse blank attachment labels, since it prevents renaming */ +#zotero-attachment-label +{ + min-height: 1.25em; +} + #zotero-splitter { border-top: none;