Tweak a couple font sizes in Sync -> Reset pane

This commit is contained in:
Dan Stillman 2017-12-11 17:34:01 -05:00
parent 341d4f169f
commit 392687f9ee
2 changed files with 6 additions and 2 deletions

View file

@ -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">

View file

@ -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 {