From: Steve Thomas Date: Wed, 24 Jan 2018 19:43:32 +0000 (-0500) Subject: search bar spacing X-Git-Tag: v1.2.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=commitdiff_plain;h=89cfd8bfafeb71ea89030b062a467631988f15f0 search bar spacing Issue-ID: AAI-692 Change-Id: I4692c95af102dc0cdc6f77436e252fc570103722 Signed-off-by: Steve Thomas --- 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 {