mirror of
https://github.com/zotero/zotero.git
synced 2026-09-12 23:01:22 +00:00
Center single-paragraph items pane status messages when they wrap
Status messages were left aligned for the multi-paragraph intro text,
but in a narrow window, that made single lines that wrapped sit
off-center, so center those instead.
(cherry picked from commit 0e00c1ce51)
This commit is contained in:
parent
d62b044386
commit
516a98d0db
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
/* Single-paragraph status messages stay centered when they wrap */
|
||||
.items-tree-message > p:only-child {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.items-tree-message div.publications p {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue