Fix #634, Author info alignment on XP

Also:

- Fixed a couple other minor visual glitches in the metadata pane on OS X and XP
- Added a zotero-platform content package that can be used for platform-specific CSS, etc.
This commit is contained in:
Dan Stillman 2007-08-15 06:24:05 +00:00
parent b3535841b6
commit dca8b3a572
6 changed files with 30 additions and 9 deletions

View File

@ -23,3 +23,5 @@ skin zotero default chrome/skin/default/zotero/
overlay chrome://browser/content/browser.xul chrome://zotero/content/overlay.xul
style chrome://browser/content/browser.xul chrome://zotero/skin/zotero.css
style chrome://global/content/customizeToolbar.xul chrome://zotero/skin/zotero.css
content zotero-platform chrome/content/zotero-platform/ platform

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,23 @@
#zotero-editpane-dynamic-fields row hbox
{
-moz-box-align: center;
margin: 0;
padding: 0;
}
#zotero-editpane-dynamic-fields row hbox label
{
margin-top: 0;
margin-bottom: 0;
}
#zotero-editpane-dynamic-fields row > toolbarbutton
{
margin-right: 5px;
}
#zotero-editpane-dynamic-fields row vbox[fieldname=abstractNote],
#zotero-editpane-dynamic-fields row vbox[fieldname=extra]
{
margin-left: 1px;
}

View File

@ -21,6 +21,7 @@
***** END LICENSE BLOCK *****
-->
<?xml-stylesheet href="chrome://zotero/skin/itemPane.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/itemPane.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
<overlay

View File

@ -16,12 +16,6 @@
}
*/
/* creator switch button */
#zotero-editpane-dynamic-fields row hbox toolbarbutton
{
margin-right: 5px;
}
/* metadata field names */
#zotero-editpane-dynamic-fields row > label:first-child,
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text /* creator type menu */
@ -41,10 +35,10 @@
}
/* creator type menu */
#zotero-editpane-dynamic-fields row > toolbarbutton
#zotero-editpane-dynamic-fields row > toolbarbutton
{
margin: 0;
padding: 0;
margin: 0 2px 0 0;
padding: 0 0 0 5px;
list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
-moz-image-region: rect(0px, 14px, 16px, 0px);
}