streams/view/css/mod_mail.css

39 lines
441 B
CSS
Raw Normal View History

2017-03-14 13:12:44 +00:00
.mail-conv-detail {
line-height: 1.2;
}
.mail-conv-sender {
2015-10-02 09:41:37 +00:00
float: left;
margin-right: 10px;
2015-10-02 09:41:37 +00:00
margin-bottom: 10px;
}
.mail-conv-sender img{
2017-03-14 13:12:44 +00:00
width: 2.2rem;
height: 2.2rem;
}
.mail-conv-sender-name {
font-weight: bold;
}
2015-10-02 09:41:37 +00:00
.mail-conv-body {
margin-bottom: 10px;
}
.mail-conv-body img {
max-width: 100%;
}
2015-10-02 15:51:37 +00:00
#prvmail-rotator {
margin: 15px;
}
2015-12-02 08:44:25 +00:00
#prvmail-text {
2016-01-13 08:39:46 +00:00
height: 15.0em;
}
2015-12-02 08:44:25 +00:00
.mail-conv-outside-wrapper {
margin-bottom: 20px;
}