re-style read-state indicator

This commit is contained in:
Sam 2014-06-03 12:32:33 +10:00
parent 3405253405
commit 78378c7ade
1 changed files with 5 additions and 5 deletions

View File

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