diff --git a/chrome/content/zotero/about.xul b/chrome/content/zotero/about.xul index c93e0b2e9..e48cee3a4 100644 --- a/chrome/content/zotero/about.xul +++ b/chrome/content/zotero/about.xul @@ -5,22 +5,109 @@ @@ -52,6 +139,15 @@ \ No newline at end of file diff --git a/chrome/locale/de-AT/zotero/zotero.dtd b/chrome/locale/de-AT/zotero/zotero.dtd index b5ed11597..c3e3a1bf2 100644 --- a/chrome/locale/de-AT/zotero/zotero.dtd +++ b/chrome/locale/de-AT/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/de-CH/zotero/zotero.dtd b/chrome/locale/de-CH/zotero/zotero.dtd index b5ed11597..c3e3a1bf2 100644 --- a/chrome/locale/de-CH/zotero/zotero.dtd +++ b/chrome/locale/de-CH/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/de-DE/zotero/zotero.dtd b/chrome/locale/de-DE/zotero/zotero.dtd index b5ed11597..c3e3a1bf2 100644 --- a/chrome/locale/de-DE/zotero/zotero.dtd +++ b/chrome/locale/de-DE/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/en-US/zotero/about.dtd b/chrome/locale/en-US/zotero/about.dtd index 561aa967c..a3a3e5fe3 100644 --- a/chrome/locale/en-US/zotero/about.dtd +++ b/chrome/locale/en-US/zotero/about.dtd @@ -2,6 +2,8 @@ + + \ No newline at end of file diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index 9321cee39..5e5c5143c 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -44,8 +44,8 @@ - - + + diff --git a/chrome/locale/fr-FR/zotero/zotero.dtd b/chrome/locale/fr-FR/zotero/zotero.dtd index 126fc4a07..48d6faa2e 100644 --- a/chrome/locale/fr-FR/zotero/zotero.dtd +++ b/chrome/locale/fr-FR/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/ko-KR/zotero/zotero.dtd b/chrome/locale/ko-KR/zotero/zotero.dtd index 7de73e295..8f0e16032 100644 --- a/chrome/locale/ko-KR/zotero/zotero.dtd +++ b/chrome/locale/ko-KR/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/nb-NO/zotero/zotero.dtd b/chrome/locale/nb-NO/zotero/zotero.dtd index 02f10bfdf..fd1ba20c0 100644 --- a/chrome/locale/nb-NO/zotero/zotero.dtd +++ b/chrome/locale/nb-NO/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/nl-NL/zotero/zotero.dtd b/chrome/locale/nl-NL/zotero/zotero.dtd index 226e85b9b..07c7cde8b 100644 --- a/chrome/locale/nl-NL/zotero/zotero.dtd +++ b/chrome/locale/nl-NL/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/sr-YU/zotero/zotero.dtd b/chrome/locale/sr-YU/zotero/zotero.dtd index 0ed0c4d8c..532c2a249 100644 --- a/chrome/locale/sr-YU/zotero/zotero.dtd +++ b/chrome/locale/sr-YU/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/locale/zh-CN/zotero/zotero.dtd b/chrome/locale/zh-CN/zotero/zotero.dtd index 248649d44..4cd3c8cc8 100644 --- a/chrome/locale/zh-CN/zotero/zotero.dtd +++ b/chrome/locale/zh-CN/zotero/zotero.dtd @@ -38,7 +38,7 @@ - + diff --git a/chrome/skin/default/zotero/about.css b/chrome/skin/default/zotero/about.css index cbc6213e4..86aedd604 100644 --- a/chrome/skin/default/zotero/about.css +++ b/chrome/skin/default/zotero/about.css @@ -32,4 +32,23 @@ dialog .subcontent { margin-left: 10px; +} + +#zotero-translators-list { + margin: .3em 0; + height: 6.5em; + overflow: -moz-scrollbars-vertical; +} + +#zotero-translators-list label.locale { + font-weight: bold; + margin-top: .5em; +} + +#zotero-translators-list label.locale:first-child { + margin-top: 0; +} + +#zotero-translators-list label:not(.locale) { + margin-left: 1.25em; } \ No newline at end of file