encore du lipstick

This commit is contained in:
Matthew Hodgson 2015-07-18 00:48:22 +01:00
parent b685e784f1
commit 4ded74765a
19 changed files with 76 additions and 50 deletions

View file

@ -39,22 +39,18 @@ limitations under the License.
margin-top: 8px ! important;
}
.mx_MessageTile_continuation .mx_MessageTile_avatar,
.mx_MessageTile_continuation .mx_SenderProfile
{
display: none ! important;
}
.mx_MessageTile .mx_SenderProfile {
color: #acacac;
font-size: 13px;
color: #454545;
opacity: 0.5;
font-size: 14px;
margin-bottom: 4px;
display: block;
}
.mx_MessageTile .mx_MessageTimestamp {
color: #acacac;
font-size: 13px;
color: #454545;
opacity: 0.5;
font-size: 14px;
float: right;
}
@ -63,6 +59,10 @@ limitations under the License.
display: block;
}
.mx_MessageTile_notice {
opacity: 0.5;
}
.mx_MessageTile_sending {
color: #ddd;
}