1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_mail.css

35 lines
396 B
CSS
Raw Normal View History

.mail-conv-sender {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.mail-conv-sender img{
width: 32px;
height: 32px;
}
.mail-conv-sender-name {
font-weight: bold;
}
.mail-conv-body {
margin-bottom: 10px;
}
.mail-conv-body img {
max-width: 100%;
}
#prvmail-rotator {
margin: 15px;
}
2016-01-12 02:47:38 +01:00
#prvmail-text {
height: 20.0em;
}
.mail-conv-outside-wrapper {
margin-bottom: 20px;
}