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:
parent
b3535841b6
commit
dca8b3a572
|
@ -23,3 +23,5 @@ skin zotero default chrome/skin/default/zotero/
|
||||||
overlay chrome://browser/content/browser.xul chrome://zotero/content/overlay.xul
|
overlay chrome://browser/content/browser.xul chrome://zotero/content/overlay.xul
|
||||||
style chrome://browser/content/browser.xul chrome://zotero/skin/zotero.css
|
style chrome://browser/content/browser.xul chrome://zotero/skin/zotero.css
|
||||||
style chrome://global/content/customizeToolbar.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
|
||||||
|
|
1
chrome/content/zotero-platform/mac/itemPane.css
Normal file
1
chrome/content/zotero-platform/mac/itemPane.css
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
0
chrome/content/zotero-platform/unix/itemPane.css
Normal file
0
chrome/content/zotero-platform/unix/itemPane.css
Normal file
23
chrome/content/zotero-platform/win/itemPane.css
Normal file
23
chrome/content/zotero-platform/win/itemPane.css
Normal 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;
|
||||||
|
}
|
|
@ -21,6 +21,7 @@
|
||||||
***** END LICENSE BLOCK *****
|
***** END LICENSE BLOCK *****
|
||||||
-->
|
-->
|
||||||
<?xml-stylesheet href="chrome://zotero/skin/itemPane.css" type="text/css"?>
|
<?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">
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
||||||
|
|
||||||
<overlay
|
<overlay
|
||||||
|
|
|
@ -16,12 +16,6 @@
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* creator switch button */
|
|
||||||
#zotero-editpane-dynamic-fields row hbox toolbarbutton
|
|
||||||
{
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* metadata field names */
|
/* metadata field names */
|
||||||
#zotero-editpane-dynamic-fields row > label:first-child,
|
#zotero-editpane-dynamic-fields row > label:first-child,
|
||||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text /* creator type menu */
|
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text /* creator type menu */
|
||||||
|
@ -43,8 +37,8 @@
|
||||||
/* creator type menu */
|
/* creator type menu */
|
||||||
#zotero-editpane-dynamic-fields row > toolbarbutton
|
#zotero-editpane-dynamic-fields row > toolbarbutton
|
||||||
{
|
{
|
||||||
margin: 0;
|
margin: 0 2px 0 0;
|
||||||
padding: 0;
|
padding: 0 0 0 5px;
|
||||||
list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
|
list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
|
||||||
-moz-image-region: rect(0px, 14px, 16px, 0px);
|
-moz-image-region: rect(0px, 14px, 16px, 0px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user