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.
This commit is contained in:
parent
5697ee0af7
commit
0e00c1ce51
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