From e0238496574bbedf6a0509ad0834cfa6c1ba853a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 6 May 2014 00:48:44 -0700 Subject: [PATCH] a few more mobile CSS annoyances --- app/assets/stylesheets/mobile/topic-list.scss | 8 +++++--- app/assets/stylesheets/mobile/topic-post.scss | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 083ff93ddce..81af1d9261d 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -148,12 +148,14 @@ .num { text-align: center; - .posts { - font-weight: bold; - } a:not(.badge-posts) { color: inherit; } + + .num.posts { + font-weight: bold; + } + } .age { white-space: nowrap; diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index b18ed2c8670..ddcb550fd76 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -125,7 +125,7 @@ a.star { border-radius: 5px; margin: 15px 10px 20px 10px; - border: 1px solid scale-color($primary, $lightness: 90%);; + border: 1px solid scale-color($primary, $lightness: 90%); h3 { margin-bottom: 4px; @@ -165,7 +165,7 @@ a.star { font-weight: normal; font-size: 11px; line-height: 14px; - } + } } .avatar { @@ -209,6 +209,11 @@ a.star { .information { border-top: 1px solid scale-color($primary, $lightness: 90%); } + + .domain { + scale-color($primary, $lightness: 90%); + } + .topic-links { .badge-notification { margin: 0 0 4px; @@ -243,6 +248,11 @@ a.star { padding: 20px 10px 0 10px; } +/* this is to force the drop-down notification state description para below the button */ +#topic-footer-buttons p { + clear: both; +} + #suggested-topics { clear: left; padding: 20px 10px 15px 10px;