Tweak a couple font sizes in Sync -> Reset pane
This commit is contained in:
parent
341d4f169f
commit
392687f9ee
2 changed files with 6 additions and 2 deletions
|
@ -273,7 +273,7 @@
|
||||||
|
|
||||||
<tabpanel id="sync-reset" orient="vertical">
|
<tabpanel id="sync-reset" orient="vertical">
|
||||||
<!-- This doesn't wrap without an explicit width, for some reason -->
|
<!-- 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-form" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<div id="sync-reset-library-menu-container">
|
<div id="sync-reset-library-menu-container">
|
||||||
|
|
|
@ -177,13 +177,17 @@ grid row hbox:first-child
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#reset-sync-warning {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#sync-reset-form {
|
#sync-reset-form {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sync-reset-library-menu-container {
|
#sync-reset-library-menu-container {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sync-reset-library-menu {
|
#sync-reset-library-menu {
|
||||||
|
|
Loading…
Add table
Reference in a new issue