|
|
|
@ -673,35 +673,22 @@ input.search {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
margin-right: 3px; }
|
|
|
|
|
|
|
|
|
|
.sinewave {
|
|
|
|
|
background: url("/images/sinewave.png") repeat-x;
|
|
|
|
|
animation: backgroundScroll 0.5s linear infinite; }
|
|
|
|
|
|
|
|
|
|
@keyframes backgroundScroll {
|
|
|
|
|
from {
|
|
|
|
|
background-position: 0 0; }
|
|
|
|
|
to {
|
|
|
|
|
background-position: -18px 0; } }
|
|
|
|
|
.entry.sent .checkmark {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 1em;
|
|
|
|
|
background: url("/images/check-white.png"); }
|
|
|
|
|
|
|
|
|
|
.entry.delivered .checkmark {
|
|
|
|
|
display: none; }
|
|
|
|
|
.entry.delivered .double-checkmark {
|
|
|
|
|
.outgoing.entry .status {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background: url("/images/double-check-white.png");
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 1em; }
|
|
|
|
|
|
|
|
|
|
.entry.pending .sinewave {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 1em; }
|
|
|
|
|
.entry.pending .double-checkmark, .entry.pending .checkmark {
|
|
|
|
|
display: none; }
|
|
|
|
|
.outgoing.entry.sent .status {
|
|
|
|
|
background: url("/images/check-white.png"); }
|
|
|
|
|
.outgoing.entry.delivered .status {
|
|
|
|
|
background: url("/images/double-check-white.png"); }
|
|
|
|
|
.outgoing.entry.pending .status {
|
|
|
|
|
background: url("/images/sinewave.png") repeat-x;
|
|
|
|
|
animation: backgroundScroll 0.5s linear infinite; }
|
|
|
|
|
|
|
|
|
|
.message-list {
|
|
|
|
|
margin: 0;
|
|
|
|
|