mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02: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:
@@ -708,7 +708,11 @@ select.page-size {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget-content a.search-reset-start {
|
.ui-widget-content a.search-reset-start {
|
||||||
color: @grey;
|
color: @grey;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-widget-spacer {
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* breadcrumbs */
|
/* breadcrumbs */
|
||||||
|
|||||||
@@ -792,6 +792,8 @@ angular.module('GeneratorHelpers', [])
|
|||||||
iterator + "HideAllStartBtn" + modifier + "\"" +
|
iterator + "HideAllStartBtn" + modifier + "\"" +
|
||||||
"><i class=\"fa fa-search\"></i></a>\n";
|
"><i class=\"fa fa-search\"></i></a>\n";
|
||||||
|
|
||||||
|
html += "<div id=\"search-widget-spacer\" ng-show=\"" + iterator + "SelectShow" + modifier + "\"></div>\n";
|
||||||
|
|
||||||
if (includeSize) {
|
if (includeSize) {
|
||||||
html += "</div>\n";
|
html += "</div>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user