diff options
author | Steve Thomas <steve.thomas@amdocs.com> | 2018-01-24 14:43:32 -0500 |
---|---|---|
committer | Steve Thomas <steve.thomas@amdocs.com> | 2018-01-24 14:43:57 -0500 |
commit | 89cfd8bfafeb71ea89030b062a467631988f15f0 (patch) | |
tree | eb144f49ddb6ff5852d77756b268cab97959b37f /resources/scss | |
parent | 7d3bf1dfbab624cecda8e64c8d20f79192d65eb9 (diff) |
search bar spacing
Issue-ID: AAI-692
Change-Id: I4692c95af102dc0cdc6f77436e252fc570103722
Signed-off-by: Steve Thomas <steve.thomas@amdocs.com>
Diffstat (limited to 'resources/scss')
-rw-r--r-- | resources/scss/common/_base.scss | 5 | ||||
-rw-r--r-- | 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 { |