From 72240b92d97d46b287209ae5a8e8e212b2df168a Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 13 Feb 2011 06:25:08 +0000 Subject: [PATCH] pad bottom of note window --- chrome/skin/default/zotero/zotero.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index d46dcf361..4491a8b2c 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -263,4 +263,8 @@ dialog[resizable="true"] .zotero-small-progress-indicator[status=animate] { list-style-image: url(chrome://global/skin/icons/loading_16.png); +} + +#zotero-note-window { + padding-bottom: 4px; } \ No newline at end of file