commit b20c4dd622e9f5127fc20cb9471b37a2826d3c3f
parent d4287e4459012a9b9e20f72596a26e3cbc8038be
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 3 Aug 2011 02:09:57 +0000
- Add border on Linux
- Move dropmarker slightly
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero-platform/unix/integration.css b/chrome/content/zotero-platform/unix/integration.css
@@ -10,13 +10,12 @@ body {
background: white;
padding: 1px 2px 1px 0;
border: 1px solid rgba(0, 0, 0, 0.5);
- -moz-appearance: none;
+ -moz-appearance: textbox;
}
#quick-format-dialog {
- background: transparent;
-moz-appearance: none;
- padding: 0;
+ padding: 5px;
}
#zotero-icon {
diff --git a/chrome/skin/default/zotero/integration.css b/chrome/skin/default/zotero/integration.css
@@ -197,6 +197,11 @@ richlistitem[selected="true"] {
margin: 0;
}
+#zotero-icon .toolbarbutton-menu-dropmarker {
+ margin-left: 0;
+ padding-left: 0;
+}
+
#citation-properties #suppress-author {
-moz-user-focus: normal;
}
\ No newline at end of file