From 704a68390373ef049d5552987a7e867eff31c9c3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 13 May 2014 11:10:29 -0700 Subject: [PATCH] mobile layout CSS tweaks --- app/assets/stylesheets/mobile/topic-post.scss | 5 ++--- app/assets/stylesheets/mobile/topic.scss | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index f51a10915ff..a94c6766fbb 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -321,7 +321,6 @@ span.post-count { #topic-title { z-index: 1000; - background-color: scale-color($primary, $lightness: 95%); margin: 0 0 0 0 !important; padding: 15px 10px 15px 10px; } @@ -440,7 +439,7 @@ iframe { .post-action { float:right; - margin-right: 5px; + margin-right: 10px; } .post-action .relative-date { @@ -549,7 +548,7 @@ blockquote { position: absolute; z-index: 1; width: 100%; - .names {margin: 5px 0 0 70px; float: left;} + .names {margin: 5px 0 0 65px; float: left;} .post-info {float: right; font-size: 12px; margin: 4px 10px 0 0; .edits {margin-right: 5px;} } diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 4486a99a957..9a5fbe88caa 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -16,7 +16,6 @@ #topic-title { margin-bottom: 20px; margin: 0 60px 10px 20px; - line-height: 1.7em; h1 { font-size: 1.5em;