diff --git a/chrome/content/zotero/preferences/preferences_general.xul b/chrome/content/zotero/preferences/preferences_general.xul
index 0776e9bbbb..2ef9b2814b 100644
--- a/chrome/content/zotero/preferences/preferences_general.xul
+++ b/chrome/content/zotero/preferences/preferences_general.xul
@@ -100,12 +100,12 @@
+
+
-
-
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
index 0716fdc3e0..9b6ae69206 100644
--- a/chrome/content/zotero/xpcom/zotero.js
+++ b/chrome/content/zotero/xpcom/zotero.js
@@ -2035,6 +2035,11 @@ Zotero.Prefs = new function(){
Zotero.Schema.stopRepositoryTimer();
}
}],
+ ["fontSize", function (val) {
+ Zotero.setFontSize(
+ Zotero.getActiveZoteroPane().document.getElementById('zotero-pane')
+ );
+ }],
[ "layout", function(val) {
Zotero.getActiveZoteroPane().updateLayout();
}],
diff --git a/chrome/locale/en-US/zotero/preferences.dtd b/chrome/locale/en-US/zotero/preferences.dtd
index ec1cbb8bb9..964d851c23 100644
--- a/chrome/locale/en-US/zotero/preferences.dtd
+++ b/chrome/locale/en-US/zotero/preferences.dtd
@@ -147,7 +147,7 @@
-
+
diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css
index 4ca9dbc107..015aa41fd4 100644
--- a/chrome/skin/default/zotero/preferences.css
+++ b/chrome/skin/default/zotero/preferences.css
@@ -78,6 +78,9 @@ grid row hbox:first-child
margin-right: 20px;
}
+#zotero-prefpane-general .statusLine {
+ margin-left: .75em;
+}
/*
* Sync pane