diff --git a/platform/commonUI/general/res/css/tree.css b/platform/commonUI/general/res/css/tree.css index 35c1b1d17e..d7e6e0fc84 100644 --- a/platform/commonUI/general/res/css/tree.css +++ b/platform/commonUI/general/res/css/tree.css @@ -272,9 +272,9 @@ ul.tree { * at runtime from the About dialog for additional information. *****************************************************************************/ /* line 27, ../sass/search/_search.scss */ -.search .searchbar { +.search .search-input { width: 100%; - margin-top: 20px; } + margin-top: 10px; } /* line 32, ../sass/search/_search.scss */ .search .results { margin-top: 10px; } diff --git a/platform/commonUI/general/res/sass/search/_search.scss b/platform/commonUI/general/res/sass/search/_search.scss index bee4f0fc2f..c2153b54d7 100644 --- a/platform/commonUI/general/res/sass/search/_search.scss +++ b/platform/commonUI/general/res/sass/search/_search.scss @@ -24,9 +24,9 @@ $iconWidth: 20px; $leftMargin: 6px; - .searchbar { + .search-input { width: 100%; - margin-top: 20px; + margin-top: 10px; } .results { diff --git a/platform/features/search/res/templates/search.html b/platform/features/search/res/templates/search.html index 7201f2d9af..1577730044 100644 --- a/platform/features/search/res/templates/search.html +++ b/platform/features/search/res/templates/search.html @@ -23,7 +23,7 @@ ng-controller="SearchController as controller">