From e18f435318b6ecfba7c4915d469190a77fe8a867 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 30 Apr 2014 10:14:27 -0400 Subject: [PATCH] some alignment fixes for the new username position --- app/assets/stylesheets/desktop/topic-post.scss | 16 ++++++++-------- app/assets/stylesheets/desktop/topic.scss | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index b3522c6de..e014761c9 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -54,23 +54,23 @@ h1 .topic-statuses .topic-status i { position: absolute; right: 330px; z-index: 400; - padding: 2px 10px 4px; + padding: 2px 8px 3px; border: 1px solid $primary_border_color; font-size: 12px; background: $primary_background_color; color: $secondary_text_color; @include medium-width { - right: 260px; + right: 300px; } @include small-width { - right: 200px; + right: 230px; } } .topic-meta-data-inside { float: right; - margin-top: -35px; + margin-top: -30px; float: right; font-size: 12px; } @@ -231,11 +231,11 @@ nav.post-controls { .topic-meta-data {padding-left: 13px;} @include medium-width { - margin-left: 99px; + margin-left: 59px; } @include small-width { - margin-left: 95px; + margin-left: 57px; max-width: 720px; } } @@ -587,7 +587,7 @@ iframe { width: 45px; height: 45px; position: absolute; - top: 10px; + top: 16px; } .contents { @@ -805,7 +805,7 @@ blockquote { /* solo quotes */ .gutter { float: left; - margin-top: 5px; + margin-top: 12px; ul {margin: 0;} padding-left: 10px; diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index d1fa65dcb..b7ee57cda 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -1,6 +1,5 @@ .post-info a { color: lighten($primary_text_color, 50%); - padding-right: 5px; }