2017-05-12 23:59:27 +00:00
|
|
|
#metadata {
|
|
|
|
padding: 5px 2px 2px 2px;
|
|
|
|
}
|
|
|
|
|
2008-12-29 06:18:41 +00:00
|
|
|
#title
|
|
|
|
{
|
2011-02-13 18:48:28 +00:00
|
|
|
font-weight: bold;
|
|
|
|
/* Don't collapse blank attachment titles, since it prevents renaming */
|
2011-02-13 19:04:26 +00:00
|
|
|
min-height: 1.25em;
|
2011-02-13 19:00:37 +00:00
|
|
|
}
|
|
|
|
|
2017-05-12 23:59:27 +00:00
|
|
|
#metadata > label {
|
|
|
|
margin: 6px 10px 4px !important;
|
2008-12-29 06:18:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#reindex
|
|
|
|
{
|
2013-07-16 07:19:44 +00:00
|
|
|
padding-left: 5px;
|
2008-12-29 06:18:41 +00:00
|
|
|
list-style-image: url(chrome://zotero/skin/arrow_refresh.png);
|
|
|
|
}
|
|
|
|
|
2018-03-19 20:46:50 +00:00
|
|
|
@media (min-resolution: 1.25dppx) {
|
2015-04-06 20:40:52 +00:00
|
|
|
#reindex {
|
|
|
|
list-style-image: url(chrome://zotero/skin/arrow_refresh@2x.png);
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-02-13 18:48:28 +00:00
|
|
|
#linksbox
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
2011-02-13 18:48:28 +00:00
|
|
|
margin-bottom: 4px;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2022-05-27 18:56:13 +00:00
|
|
|
tr label
|
2009-09-02 08:26:24 +00:00
|
|
|
{
|
2011-02-13 06:16:06 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
2022-05-27 18:56:13 +00:00
|
|
|
td > label, td > hbox
|
2011-02-13 06:16:06 +00:00
|
|
|
{
|
|
|
|
margin-top: 1px !important;
|
|
|
|
margin-bottom: 1px !important;
|
|
|
|
-moz-box-pack: start;
|
2009-09-02 08:26:24 +00:00
|
|
|
-moz-margin-start: 1px !important;
|
|
|
|
-moz-margin-end: 5px !important;
|
2011-02-13 06:16:06 +00:00
|
|
|
padding: 0 2px 0 2px !important;
|
2012-03-10 01:24:28 +00:00
|
|
|
border-radius: 6px;
|
2011-02-13 06:16:06 +00:00
|
|
|
border: 1px solid transparent;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2022-05-27 18:56:13 +00:00
|
|
|
td > hbox {
|
2011-02-13 06:16:06 +00:00
|
|
|
-moz-box-align: center;
|
2009-09-02 08:26:24 +00:00
|
|
|
}
|
|
|
|
|
2017-08-06 16:51:15 +00:00
|
|
|
/* Reindex icon makes the row larger */
|
2022-05-27 18:56:13 +00:00
|
|
|
#indexStatusRow > td > hbox {
|
2017-08-06 16:51:15 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
2022-05-27 18:56:13 +00:00
|
|
|
td:first-child {
|
2011-02-13 06:16:06 +00:00
|
|
|
text-align: right;
|
2009-09-02 08:26:24 +00:00
|
|
|
font-weight: bold;
|
2012-07-30 07:08:38 +00:00
|
|
|
-moz-margin-start: 3px !important;
|
2011-02-13 06:16:06 +00:00
|
|
|
-moz-margin-end: 0 !important;
|
|
|
|
width: 62px;
|
|
|
|
text-align: right;
|
|
|
|
font-weight:bold;
|
2022-05-27 18:56:13 +00:00
|
|
|
}
|