From 3d6c636aa80ebf15780dbd5bbd338db8f6d066fb Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 10 Mar 2015 10:34:04 -0400 Subject: [PATCH] a few small alignment fixes for bullet categories --- app/assets/stylesheets/common/components/badges.css.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index 73b7ebd00..25f43a9ec 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -50,13 +50,19 @@ &.bullet { //bullet category style - line-height: 1.25; + line-height: 1; + margin-right: 5px; + + h3 & { + line-height: .9; + } span.badge-category { color: $primary !important; vertical-align: text-top; line-height: 1; margin-left: 4px; + padding-left: 2px; display: inline-block; #search-dropdown & { @@ -171,6 +177,7 @@ width: 10px; height: 10px; display: inline-block; + margin: 0 2px; } }