|
|
@ -184,6 +184,16 @@ ul.discussion {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 10px; }
|
|
|
|
margin-bottom: 10px; }
|
|
|
|
|
|
|
|
.entry .timestamp {
|
|
|
|
|
|
|
|
font-size: 0.75em;
|
|
|
|
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
.entry .timestamp:incoming {
|
|
|
|
|
|
|
|
color: gray; }
|
|
|
|
|
|
|
|
.entry .timestamp:outgoing {
|
|
|
|
|
|
|
|
color: whitesmoke; }
|
|
|
|
|
|
|
|
.entry.delivered .timestamp::after {
|
|
|
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
|
|
|
content: "✓"; }
|
|
|
|
|
|
|
|
|
|
|
|
.bubble {
|
|
|
|
.bubble {
|
|
|
|
border-radius: 16px;
|
|
|
|
border-radius: 16px;
|
|
|
|