fix(blurFeed): fix message time block css

pull/3/head
alex 2016-01-21 15:41:34 +03:00
parent 8695b7a30b
commit dfd2109b00
1 changed files with 5 additions and 3 deletions

View File

@ -164,8 +164,8 @@
.message-time { .message-time {
position: absolute; position: absolute;
width: 100%; width: 100%;
left: 0; left: 5px;
bottom: -22px; bottom: -35px;
font-size: 11px; font-size: 11px;
padding-top: 5px; padding-top: 5px;
color: $help-text; color: $help-text;
@ -174,8 +174,10 @@
width: 50%; width: 50%;
} }
.ago-time { .ago-time {
position: relative;
top: -7px;
display: inline-block; display: inline-block;
width: 50%; width: 100%;
text-align: right; text-align: right;
} }
} }