[Fix #1002] Use partial in print view, and style messagerie in print mode to display all messages

This commit is contained in:
Mathieu Magnin 2017-11-29 12:08:12 +01:00
parent 9002cb70fc
commit a3b93229e9
2 changed files with 25 additions and 14 deletions

View file

@ -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;
}
}
}