On mobile, show new user usernames in grey, and highlight system posts like the desktop site does.

This commit is contained in:
Neil Lalonde 2013-10-15 12:51:03 -04:00
parent afff145bd3
commit 7dcd3117fe
1 changed files with 15 additions and 5 deletions

View File

@ -299,8 +299,13 @@ span.post-count {
padding: 15px 10px 15px 10px; padding: 15px 10px 15px 10px;
} }
.topic-post article.boxed img { .topic-post {
article.boxed img {
max-width: 100%; max-width: 100%;
}
&.moderator {
background-color: #eef0ff;
}
} }
.quote-button { .quote-button {
@ -417,11 +422,16 @@ iframe {
border-radius: 4px; border-radius: 4px;
padding: 4px; padding: 4px;
margin: -4px 0 0 -4px; margin: -4px 0 0 -4px;
background-color: lighten(yellow, 35%);} background-color: lighten(yellow, 35%);
}
h3.new-user a[href] {
color: $dark_gray;
}
.topic-meta-data { .topic-meta-data {
white-space: nowrap; white-space: nowrap;
float: left; float: left;
} }
.user-title { .user-title {