Move CSS for item pane into separate file
This commit is contained in:
parent
8520125d6e
commit
1395432f87
|
@ -20,6 +20,7 @@
|
|||
|
||||
***** END LICENSE BLOCK *****
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://zotero/skin/itemPane.css" type="text/css"?>
|
||||
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
||||
|
||||
<overlay
|
||||
|
|
79
chrome/skin/default/zotero/itemPane.css
Normal file
79
chrome/skin/default/zotero/itemPane.css
Normal file
|
@ -0,0 +1,79 @@
|
|||
#zotero-editpane-dynamic-fields row, tagsbox row
|
||||
{
|
||||
margin: 0 0 1px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields textbox, tagsbox textbox
|
||||
{
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
/* DEBUG: this doesn't seem to work, unfortunately
|
||||
#zotero-editpane-dynamic-fields label[singleField=false]:after
|
||||
{
|
||||
content:",";
|
||||
}
|
||||
*/
|
||||
|
||||
/* 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 */
|
||||
{
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* creator type menu */
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
|
||||
-moz-image-region: rect(0px, 14px, 16px, 0px);
|
||||
}
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text
|
||||
{
|
||||
margin-top: -1px;
|
||||
}
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-icon,
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-menu-dropmarker
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
/* no space between last name and comma */
|
||||
#zotero-editpane-dynamic-fields row hbox label:first-child
|
||||
{
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields row hbox label.comma
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields row vbox[fieldname=extra]
|
||||
{
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields hbox.zotero-date-field-status
|
||||
{
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields hbox.zotero-date-field-status label
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
margin: 0 0 0 1px;
|
||||
}
|
|
@ -120,86 +120,6 @@ zoterosearchagefield textbox
|
|||
min-width:3em;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields row, tagsbox row
|
||||
{
|
||||
margin:0 0 1px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields textbox, tagsbox textbox
|
||||
{
|
||||
margin-top:0;
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
|
||||
/* DEBUG: this doesn't seem to work, unfortunately
|
||||
#zotero-editpane-dynamic-fields label[singleField=false]:after
|
||||
{
|
||||
content:",";
|
||||
}
|
||||
*/
|
||||
|
||||
/* 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 */
|
||||
{
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* creator type menu */
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
|
||||
-moz-image-region: rect(0px, 14px, 16px, 0px);
|
||||
}
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text
|
||||
{
|
||||
margin-top: -1px;
|
||||
}
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-icon,
|
||||
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-menu-dropmarker
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
/* no space between last name and comma */
|
||||
#zotero-editpane-dynamic-fields row hbox label:first-child
|
||||
{
|
||||
margin-right:1px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields row hbox label.comma
|
||||
{
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields row vbox[fieldname=extra]
|
||||
{
|
||||
margin-left:6px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields hbox.zotero-date-field-status
|
||||
{
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#zotero-editpane-dynamic-fields hbox.zotero-date-field-status label
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
margin: 0 0 0 1px;
|
||||
}
|
||||
|
||||
.zotero-clicky
|
||||
{
|
||||
-moz-border-radius: 6px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user