mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
34 lines
396 B
CSS
34 lines
396 B
CSS
.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;
|
|
}
|
|
|
|
#prvmail-text {
|
|
height: 20.0em;
|
|
}
|
|
|
|
.mail-conv-outside-wrapper {
|
|
margin-bottom: 20px;
|
|
}
|