Clean up timestamp/status alignment
// FREEBIE
This commit is contained in:
parent
512c5bf739
commit
6c35f2a010
2 changed files with 11 additions and 11 deletions
|
@ -284,6 +284,7 @@
|
|||
font-size: smaller;
|
||||
margin-top: 3px;
|
||||
float: right;
|
||||
line-height: 18px;
|
||||
|
||||
.hasRetry + .timestamp {
|
||||
&:before {
|
||||
|
@ -316,16 +317,15 @@
|
|||
|
||||
.status {
|
||||
width: 18px;
|
||||
height: 14px;
|
||||
line-height: 1em;
|
||||
height: 18px;
|
||||
}
|
||||
.sent .status {
|
||||
display: inline-block;
|
||||
background: url('/images/check-black.png');
|
||||
background: url('/images/check-black.png') center;
|
||||
}
|
||||
.delivered .status {
|
||||
display: inline-block;
|
||||
background: url('/images/double-check-black.png');
|
||||
background: url('/images/double-check-black.png') center;
|
||||
}
|
||||
.pending .status {
|
||||
display: inline-block;
|
||||
|
@ -338,7 +338,7 @@
|
|||
width: 18px;
|
||||
height: 18px;
|
||||
opacity: 1 !important;
|
||||
background: url('/images/error_red.png') no-repeat;
|
||||
background: url('/images/error_red.png') center no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -843,7 +843,8 @@ input.search {
|
|||
.message-list .meta {
|
||||
font-size: smaller;
|
||||
margin-top: 3px;
|
||||
float: right; }
|
||||
float: right;
|
||||
line-height: 18px; }
|
||||
.message-container .meta .hasRetry + .timestamp:before,
|
||||
.message-list .meta .hasRetry + .timestamp:before {
|
||||
content: "\00b7";
|
||||
|
@ -872,16 +873,15 @@ input.search {
|
|||
.message-container .status,
|
||||
.message-list .status {
|
||||
width: 18px;
|
||||
height: 14px;
|
||||
line-height: 1em; }
|
||||
height: 18px; }
|
||||
.message-container .sent .status,
|
||||
.message-list .sent .status {
|
||||
display: inline-block;
|
||||
background: url("/images/check-black.png"); }
|
||||
background: url("/images/check-black.png") center; }
|
||||
.message-container .delivered .status,
|
||||
.message-list .delivered .status {
|
||||
display: inline-block;
|
||||
background: url("/images/double-check-black.png"); }
|
||||
background: url("/images/double-check-black.png") center; }
|
||||
.message-container .pending .status,
|
||||
.message-list .pending .status {
|
||||
display: inline-block;
|
||||
|
@ -896,7 +896,7 @@ input.search {
|
|||
width: 18px;
|
||||
height: 18px;
|
||||
opacity: 1 !important;
|
||||
background: url("/images/error_red.png") no-repeat;
|
||||
background: url("/images/error_red.png") center no-repeat;
|
||||
cursor: pointer; }
|
||||
.message-container .incoming .avatar, .message-container .incoming .bubble,
|
||||
.message-list .incoming .avatar,
|
||||
|
|
Loading…
Reference in a new issue