commit 29f4dce0615f9c61f28166b35f40562b901108bf
parent 48f90cb8b42c85eb47267e37d2e13372c648b68c
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 1 Feb 2012 18:21:17 -0500
Tiny cosmetic change
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -25,6 +25,10 @@
-moz-image-region: rect(0, 26px, 11px, 13px);
}
+#zotero-tb-search {
+ margin-right: -1px;
+}
+
#zotero-tb-search .textbox-search-icon {
visibility: hidden;
}
diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css
@@ -425,6 +425,7 @@
#zotero-tb-search
{
font-size: 11px !important;
+ margin-right: 0;
width: 160px;
}