Make <description> elements small in prefs in Standalone

This commit is contained in:
Dan Stillman 2012-01-05 03:22:15 -05:00
parent a73a73d576
commit bcf02d575b

View File

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