re-style read-state indicator

This commit is contained in:
Sam 2014-06-03 12:32:33 +10:00
parent 3405253405
commit 78378c7ade

View File

@ -51,7 +51,7 @@ h1 .topic-statuses .topic-status i {
.reply-to-tab { .reply-to-tab {
position: absolute; position: absolute;
right: 375px; right: 350px;
z-index: 400; z-index: 400;
padding: 13px 6px 5px; padding: 13px 6px 5px;
border-top: 1px solid scale-color-diff(); border-top: 1px solid scale-color-diff();
@ -1083,10 +1083,10 @@ span.highlighted {
.read-state { .read-state {
color: scale-color($tertiary, $lightness: 50%); color: scale-color($tertiary, $lightness: 50%);
float: right; position: absolute;
margin-right: 10px; right: 0px;
margin-top: 1px; top: 13px;
font-size: 10px; font-size: 8px;
} }
.read-state.read { .read-state.read {