This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_mail.css

35 lines
399 B
CSS

.mail-conv-sender {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.mail-conv-sender img{
width: 2.2rem;
height: 2.2rem;
}
.mail-conv-sender-name {
font-weight: bold;
}
.mail-conv-body {
margin-bottom: 10px;
}
.mail-conv-body img {
max-width: 100%;
}
#prvmail-rotator {
margin: 15px;
}
#prvmail-text {
height: 15.0em;
}
.mail-conv-outside-wrapper {
margin-bottom: 20px;
}