From 5203ba41ebb5b213e5518927caf4245670a04ad1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Oct 2013 23:56:46 -0700 Subject: [PATCH] tighten up spacing on notification control --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index a53a1964d91..10c972b94ca 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -502,7 +502,7 @@ h3 {display: block;} } .btn-group { - margin-top: 50px; + margin-top: 25px; position: relative; } diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 9929eaba422..7c69476221f 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -348,7 +348,7 @@ iframe { } .btn-group { - margin-top: 50px; + margin-top: 25px; position: relative; }