commit 72240b92d97d46b287209ae5a8e8e212b2df168a
parent e381b552d08e210e6b518320f75da185ced65597
Author: Simon Kornblith <simon@simonster.com>
Date: Sun, 13 Feb 2011 06:25:08 +0000
pad bottom of note window
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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