mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 00:08:02 -02:30
Upgrades jquery and bootstrap
This commit is contained in:
@@ -174,6 +174,14 @@
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
|
||||
/* The ng-transclude tag that gets injected as a part of at-Panel was throwing off the height
|
||||
of the panel after Bootstrap's move to display: flex. This seemed like the most concise fix*/
|
||||
ng-transclude {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.at-mixin-event() {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
ng-attr-placeholder="{{ vm.running ?
|
||||
vm.strings.get('search.PLACEHOLDER_RUNNING') :
|
||||
vm.strings.get('search.PLACEHOLDER_DEFAULT') }}">
|
||||
<span class="input-group-btn">
|
||||
<span class="input-group-btn input-group-append">
|
||||
<button class="btn at-ButtonHollow--default at-Input-button"
|
||||
ng-click="vm.submitSearch()"
|
||||
ng-disabled="vm.disabled || !vm.value || vm.value === ''"
|
||||
|
||||
Reference in New Issue
Block a user