www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit bcf02d575badbace72052a97615d29fb4b65373b
parent a73a73d5760e6ac62153da2891033c57d781827b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  5 Jan 2012 03:22:15 -0500

Make <description> elements small in prefs in Standalone

Diffstat:
Mchrome/skin/default/zotero/preferences.css | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css @@ -15,6 +15,11 @@ radio[pane] -moz-box-pack: end; } +description, #quickCopy-instructions, #export-citePaperJournalArticleURL +{ + font-size: .85em; +} + .statusLine { margin: .75em 0; @@ -204,11 +209,6 @@ grid row hbox:first-child height: 1em; } -#quickCopy-instructions, #quickCopy-macWarning, #export-citePaperJournalArticleURL -{ - font-size: .85em; -} - #quickCopy-siteSettings-rows::-moz-tree-cell(quickCopy-copyAsHTML) { /* DEBUG: possible to center checkmark here instead of with spaces?