mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
leftAlign smart inventory button next to search bar
This commit is contained in:
@@ -214,9 +214,11 @@ table, tbody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.List-actionHolder--leftAlign {
|
.List-actionHolder--leftAlign {
|
||||||
width: 50%;
|
margin-left: 52%;
|
||||||
margin-left: 50%;
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
button {
|
||||||
|
height: 34px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-actions {
|
.List-actions {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="List-actionHolder">
|
<div class="List-actionHolder List-actionHolder--leftAlign">
|
||||||
<div class="List-actions">
|
<div class="List-actions">
|
||||||
<div ng-include="'/static/partials/shared/list-generator/list-actions.partial.html'"></div>
|
<div ng-include="'/static/partials/shared/list-generator/list-actions.partial.html'"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user