unify css classes

This commit is contained in:
Mario Vavti
2017-03-27 11:20:59 +02:00
parent 099b30afbf
commit eab9040ee7
3 changed files with 16 additions and 44 deletions

View File

@@ -1,39 +1,3 @@
.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;
}
.active .conv-participants {
color: #fff;
}

View File

@@ -155,3 +155,9 @@ li:hover .group-edit-icon {
a.wikilist {
z-index: 1;
}
/* mail list */
.active .conv-participants {
color: #fff;
}