Make <description> elements small in prefs in Standalone
This commit is contained in:
parent
a73a73d576
commit
bcf02d575b
|
@ -15,6 +15,11 @@ radio[pane]
|
||||||
-moz-box-pack: end;
|
-moz-box-pack: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
description, #quickCopy-instructions, #export-citePaperJournalArticleURL
|
||||||
|
{
|
||||||
|
font-size: .85em;
|
||||||
|
}
|
||||||
|
|
||||||
.statusLine
|
.statusLine
|
||||||
{
|
{
|
||||||
margin: .75em 0;
|
margin: .75em 0;
|
||||||
|
@ -204,11 +209,6 @@ grid row hbox:first-child
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quickCopy-instructions, #quickCopy-macWarning, #export-citePaperJournalArticleURL
|
|
||||||
{
|
|
||||||
font-size: .85em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#quickCopy-siteSettings-rows::-moz-tree-cell(quickCopy-copyAsHTML) {
|
#quickCopy-siteSettings-rows::-moz-tree-cell(quickCopy-copyAsHTML) {
|
||||||
/*
|
/*
|
||||||
DEBUG: possible to center checkmark here instead of with spaces?
|
DEBUG: possible to center checkmark here instead of with spaces?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user