[Fix #1002] Use partial in print view, and style messagerie in print mode to display all messages
This commit is contained in:
parent
9002cb70fc
commit
a3b93229e9
2 changed files with 25 additions and 14 deletions
|
@ -37,3 +37,23 @@ th {
|
|||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.messagerie {
|
||||
.messages-list {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
max-height: none;
|
||||
|
||||
li {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.person-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue