From 01169f9618d88e939af66c739b906eb9ad2f7db7 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 8 Mar 2011 05:51:50 +0000 Subject: [PATCH] fix item type menu appearance on Windows --- chrome/content/zotero-platform/win/itembox.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chrome/content/zotero-platform/win/itembox.css b/chrome/content/zotero-platform/win/itembox.css index 3f4c66c0e..e8d295155 100644 --- a/chrome/content/zotero-platform/win/itembox.css +++ b/chrome/content/zotero-platform/win/itembox.css @@ -20,4 +20,10 @@ textbox { padding: 2px 2px 2px 2px; margin: -1px 0 -1px 1px; +} + +#item-type-menu +{ + padding: 0 0 0 1px !important; + margin: 0 5px 0 1px !important; } \ No newline at end of file