2011-02-12 20:31:52 +00:00
|
|
|
scrollbox
|
|
|
|
{
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
|
2020-08-05 03:20:35 +00:00
|
|
|
th > label, .creator-type-label, #more-creators-label {
|
2009-09-02 08:26:24 +00:00
|
|
|
color: #7f7f7f;
|
|
|
|
}
|
2007-10-23 07:11:59 +00:00
|
|
|
|
2020-08-05 03:20:35 +00:00
|
|
|
/*.zotero-field-toggle .toolbarbutton-text
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zotero-field-toggle .toolbarbutton-icon
|
|
|
|
{
|
|
|
|
margin: 0px !important;
|
2020-08-05 03:20:35 +00:00
|
|
|
}*/
|
2009-09-02 08:26:24 +00:00
|
|
|
|
2020-08-05 03:20:35 +00:00
|
|
|
.creator-type-dropmarker {
|
2009-09-02 08:26:24 +00:00
|
|
|
margin: 1px .2em 1px;
|
2020-08-05 03:20:35 +00:00
|
|
|
background-image: url('chrome://zotero/skin/mac/arrow-down.png');
|
2009-09-02 08:26:24 +00:00
|
|
|
max-width: 7px;
|
|
|
|
max-height: 7px;
|
2011-03-08 05:23:01 +00:00
|
|
|
}
|
|
|
|
|
2022-07-21 20:12:28 +00:00
|
|
|
td > input, .creator-name-box > input {
|
2022-08-01 18:20:34 +00:00
|
|
|
margin: -1px 5px -2.5px 0;
|
2011-03-08 05:23:01 +00:00
|
|
|
padding: 0;
|
2017-11-01 18:41:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
|
2018-03-19 20:46:50 +00:00
|
|
|
@media (min-resolution: 1.25dppx) {
|
2020-08-05 03:20:35 +00:00
|
|
|
.creator-type-dropmarker { background-image: url('chrome://zotero/skin/mac/arrow-down@2x.png'); }
|
2017-11-01 18:41:39 +00:00
|
|
|
}
|