From cd84b63228a2954e22824ca243bb436cbca71238 Mon Sep 17 00:00:00 2001 From: Ibrahim Awwal Date: Wed, 29 Aug 2012 00:37:45 -0700 Subject: [PATCH] Make the search button line up with the search field better. --- lms/static/sass/_discussion.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 6c1988684e..51f58730fe 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -501,7 +501,8 @@ $tag-text-color: #5b614f; font-size: inherit; font-weight: bold; margin-left: 1%; - padding-top: 9px; + padding-top: 4px; + padding-bottom: 2px; text-decoration: none; }