From 2e6177a680218416f258191141b58b2aa11eefee Mon Sep 17 00:00:00 2001 From: Michael Elliott Date: Sat, 9 Jul 2016 13:00:39 -0600 Subject: fix style issue for new snippet button - fixes issue #19641 add fix to changelog --- app/assets/stylesheets/framework/blocks.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/framework/blocks.scss') diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index 41e77a4ac68..635c236c7ac 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -223,7 +223,9 @@ .nav-block { .controls { float: right; - margin-top: 11px; + margin-top: 8px; + padding-bottom: 7px; + border-bottom: 1px solid $white-dark; } } -- cgit v1.2.1 From 893cc5ec01b02a7183ae28ce815d6d14d0dfdeff Mon Sep 17 00:00:00 2001 From: elliotec Date: Tue, 12 Jul 2016 09:22:53 -0600 Subject: use correct color variable for border --- app/assets/stylesheets/framework/blocks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/framework/blocks.scss') diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index 635c236c7ac..1e7c0468d89 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -225,7 +225,7 @@ float: right; margin-top: 8px; padding-bottom: 7px; - border-bottom: 1px solid $white-dark; + border-bottom: 1px solid $border-color; } } -- cgit v1.2.1