mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
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:
parent
17d9d2000f
commit
52a463305f
@ -708,7 +708,11 @@ select.page-size {
|
||||
}
|
||||
|
||||
.ui-widget-content a.search-reset-start {
|
||||
color: @grey;
|
||||
color: @grey;
|
||||
}
|
||||
|
||||
#search-widget-spacer {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* breadcrumbs */
|
||||
|
||||
@ -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";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user