search bar spacing 67/29067/1
authorSteve Thomas <steve.thomas@amdocs.com>
Wed, 24 Jan 2018 19:43:32 +0000 (14:43 -0500)
committerSteve Thomas <steve.thomas@amdocs.com>
Wed, 24 Jan 2018 19:43:57 +0000 (14:43 -0500)
Issue-ID: AAI-692
Change-Id: I4692c95af102dc0cdc6f77436e252fc570103722
Signed-off-by: Steve Thomas <steve.thomas@amdocs.com>
resources/scss/common/_base.scss
resources/scss/tier-support/_search.scss

index f7e3274..6228706 100644 (file)
@@ -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 {
index b65cb57..9c54c57 100644 (file)
   width: 655px;
   height: 30px;
   display: inline-block;
-  padding-top: 10px;
 }
 
 .react-autosuggest__input:focus {