commit 925f09232d41b290c67a1313aaf38c925f027c00 parent a38119365e26a2569b59810e9838b032b51a79fe Author: Simon Kornblith <simon@simonster.com> Date: Fri, 26 Aug 2011 21:57:48 +0000 UI tweaks Diffstat:
| M | chrome/content/zotero/downloadOverlay.xul | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/downloadOverlay.xul b/chrome/content/zotero/downloadOverlay.xul @@ -40,10 +40,10 @@ <radiogroup id="mode"> <vbox insertbefore="save" id="zotero-container" flex="1" hidden="true"> <radio id="zotero-radio" label="&zotero.downloadManager.label;" disabled="true"/> - <vbox style="margin-left: 10px"> - <description id="zotero-saveToLibrary-description" style="font: -moz-info" hidden="true">&zotero.downloadManager.saveToLibrary.description;</description> + <vbox style="margin-left: 15px"> + <description id="zotero-saveToLibrary-description" style="font: small-caption; font-weight: normal" hidden="true">&zotero.downloadManager.saveToLibrary.description;</description> <checkbox id="zotero-recognizePDF" hidden="true" persist="checked" disabled="true"/> - <description style="margin-left: 20px; font: -moz-info" id="zotero-noPDFTools-description" hidden="true">&zotero.downloadManager.noPDFTools.description;</description> + <description style="margin-left: 20px; font: small-caption; font-weight: normal" id="zotero-noPDFTools-description" hidden="true">&zotero.downloadManager.noPDFTools.description;</description> </vbox> </vbox> </radiogroup>