commit 392687f9eec0f8be6df7302ec7a5a3ac3e92e822 parent 341d4f169fa471ad993f52fb46a8b46bac9fdc6a Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 11 Dec 2017 17:34:01 -0500 Tweak a couple font sizes in Sync -> Reset pane Diffstat:
| M | chrome/content/zotero/preferences/preferences_sync.xul | | | 2 | +- |
| M | chrome/skin/default/zotero/preferences.css | | | 6 | +++++- |
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul @@ -273,7 +273,7 @@ <tabpanel id="sync-reset" orient="vertical"> <!-- This doesn't wrap without an explicit width, for some reason --> - <description width="45em">&zotero.preferences.sync.reset.warning1;<label style="margin-left: 0; margin-right: 0" class="zotero-text-link" href="http://zotero.org/support/kb/sync_reset_options">&zotero.preferences.sync.reset.warning2;</label>&zotero.preferences.sync.reset.warning3;</description> + <description id="reset-sync-warning" width="45em">&zotero.preferences.sync.reset.warning1;<label style="margin-left: 0; margin-right: 0" class="zotero-text-link" href="http://zotero.org/support/kb/sync_reset_options">&zotero.preferences.sync.reset.warning2;</label>&zotero.preferences.sync.reset.warning3;</description> <div id="sync-reset-form" xmlns="http://www.w3.org/1999/xhtml"> <div id="sync-reset-library-menu-container"> diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css @@ -177,13 +177,17 @@ grid row hbox:first-child margin-left: 1em; } +#reset-sync-warning { + font-size: 12px; +} + #sync-reset-form { margin-top: 1em; } #sync-reset-library-menu-container { font-weight: bold; - font-size: 16px; + font-size: 15px; } #sync-reset-library-menu {