Restore delivery receipt checkmark

This commit is contained in:
lilia 2015-01-25 10:49:28 -10:00
parent 00e9e3b757
commit 19ee28209d
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,4 @@
@charset "UTF-8";
.gutter {
margin-top: 36px; }
@ -129,6 +130,10 @@ button {
.timestamp {
font-size: 12px; }
.entry.delivered .timestamp::after {
margin-left: 4px;
content: "✓"; }
.message-list {
margin: 52px 0;
padding: 0;

View file

@ -65,6 +65,12 @@ button {
font-size: 12px;
}
.entry.delivered .timestamp::after {
margin-left: 4px;
content: "";
}
.message-list {
margin: 36px + 16px 0;
padding: 0;