From 89cfd8bfafeb71ea89030b062a467631988f15f0 Mon Sep 17 00:00:00 2001 From: Steve Thomas Date: Wed, 24 Jan 2018 14:43:32 -0500 Subject: [PATCH] search bar spacing Issue-ID: AAI-692 Change-Id: I4692c95af102dc0cdc6f77436e252fc570103722 Signed-off-by: Steve Thomas --- resources/scss/common/_base.scss | 5 ++--- resources/scss/tier-support/_search.scss | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/scss/common/_base.scss b/resources/scss/common/_base.scss index f7e3274..6228706 100644 --- a/resources/scss/common/_base.scss +++ b/resources/scss/common/_base.scss @@ -20,7 +20,7 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - + html { font-size: 100%; height: 100%; @@ -62,8 +62,7 @@ h1, h2, h3, h4, h5, h6, ul { } input { - - padding: 7px 10px; + padding: 5px 10px 0px 10px; } fieldset { diff --git a/resources/scss/tier-support/_search.scss b/resources/scss/tier-support/_search.scss index b65cb57..9c54c57 100644 --- a/resources/scss/tier-support/_search.scss +++ b/resources/scss/tier-support/_search.scss @@ -100,7 +100,6 @@ width: 655px; height: 30px; display: inline-block; - padding-top: 10px; } .react-autosuggest__input:focus { -- 2.16.6