www

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

commit 0d47e224fa28f43dfe3da6a517313185a2bdb8d1
parent 48a143505b5fa462571e9234065de01d648c2dd2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 16 Sep 2010 07:31:32 +0000

About pane updates


Diffstat:
Mchrome/content/zotero/about.xul | 13+++++++++----
Mchrome/skin/default/zotero/about.css | 3++-
2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/chrome/content/zotero/about.xul b/chrome/content/zotero/about.xul @@ -233,7 +233,9 @@ <vbox id="aboutcontent"> <label id="name" value="Zotero"/> - <label class="text-link" href="http://www.zotero.org" value="http://www.zotero.org"/> + <hbox> + <label class="text-link" href="http://zotero.org" value="http://zotero.org"/> + </hbox> <label id="version" value="&zotero.version; "/> <script> document.getElementById('version').value += Zotero.version; @@ -267,12 +269,15 @@ </vbox> </vbox> <vbox id="column2"> + <label class="subhead" value="Citation &amp; Bibliography Processing"/> + <vbox class="subcontent"> + <label class="text-link" href="http://citationstyles.org/" value="Citation Style Language"/> + <label class="text-link" href="http://bitbucket.org/fbennett/citeproc-js/" value="citeproc-js (Frank Bennett, Nagoya University)"/> + </vbox> <label class="subhead" value="&zotero.about.additionalSoftware;"/> <vbox class="subcontent"> - <label class="text-link" href="http://citationstyles.org/" value="CitationStyles.org (Citation Style Language)"/> - <label class="text-link" href="http://gsl-nagoya-u.net/http/pub/citeproc-doc.html" value="citeproc-js (CSL processor)"/> <label class="text-link" href="http://www.famfamfam.com/lab/icons/silk/" value="famfamfam (small icons)"/> - <label class="text-link" href="http://appscript.sourceforge.net/py-appscript/index.html" value="py-appscript (MacWord plug-in IPC)"/> + <label class="text-link" href="http://appscript.sourceforge.net/py-appscript/" value="py-appscript (MacWord plug-in IPC)"/> <label class="text-link" href="http://simile.mit.edu/timeline/" value="SIMILE Project (Timeline)"/> <label class="text-link" href="http://www.w3.org/2005/ajar/tab" value="Tabulator (RDF parser)"/> <label class="text-link" href="http://tango.freedesktop.org/Tango_Desktop_Project" value="Tango Desktop Project (pref icons)"/> diff --git a/chrome/skin/default/zotero/about.css b/chrome/skin/default/zotero/about.css @@ -32,11 +32,12 @@ dialog .subcontent { margin-left: 10px; + margin-bottom: 5px; } #zotero-translators-list { margin: .3em 0; - height: 6.5em; + height: 7.3em; overflow: -moz-scrollbars-vertical; }