Search widget spacing

When user switches from a search filter using an input field to one using a drop-down the bottom margin no longer disappears. The disappearing margin caused an unpleasant bounce effect.
This commit is contained in:
Chris Houseknecht 2014-06-30 23:41:40 -04:00
parent 17d9d2000f
commit 52a463305f
2 changed files with 7 additions and 1 deletions

View File

@ -708,7 +708,11 @@ select.page-size {
}
.ui-widget-content a.search-reset-start {
color: @grey;
color: @grey;
}
#search-widget-spacer {
height: 20px;
}
/* breadcrumbs */

View File

@ -792,6 +792,8 @@ angular.module('GeneratorHelpers', [])
iterator + "HideAllStartBtn" + modifier + "\"" +
"><i class=\"fa fa-search\"></i></a>\n";
html += "<div id=\"search-widget-spacer\" ng-show=\"" + iterator + "SelectShow" + modifier + "\"></div>\n";
if (includeSize) {
html += "</div>\n";
}