mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
spacing tweaks for attachment box
This commit is contained in:
parent
b7477ed6c8
commit
71e1b98304
1 changed files with 8 additions and 3 deletions
|
|
@ -1,10 +1,15 @@
|
|||
#title
|
||||
{
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
padding: .3em .25em 0;
|
||||
margin: 4px 5px 1px 5px !important;
|
||||
padding: 0 2px 0 2px;
|
||||
/* Don't collapse blank attachment titles, since it prevents renaming */
|
||||
min-height: 1.25em;
|
||||
}
|
||||
|
||||
#url
|
||||
{
|
||||
margin: 1px 5px 2px 5px !important;
|
||||
padding: 0 2px 0 2px !important;
|
||||
}
|
||||
|
||||
#index-box
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue