From 7dcd3117fe18b39b4e07fc0840e3edcfb0b6a177 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 15 Oct 2013 12:51:03 -0400 Subject: [PATCH] On mobile, show new user usernames in grey, and highlight system posts like the desktop site does. --- app/assets/stylesheets/mobile/topic-post.scss | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 6e4cceaa73..093bd929a1 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -299,8 +299,13 @@ span.post-count { padding: 15px 10px 15px 10px; } -.topic-post article.boxed img { - max-width: 100%; +.topic-post { + article.boxed img { + max-width: 100%; + } + &.moderator { + background-color: #eef0ff; + } } .quote-button { @@ -417,11 +422,16 @@ iframe { border-radius: 4px; padding: 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 { -white-space: nowrap; -float: left; + white-space: nowrap; + float: left; } .user-title {