mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Updated inventory search bar width and buttons
This commit is contained in:
parent
d661651068
commit
2cbf61bc32
@ -432,3 +432,28 @@ table, tbody {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.InventoryManage-container {
|
||||
.List-header {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
.List-actionHolder {
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
flex: 1 0 auto;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.List-actions {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.List-well {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.List-action:not(.ng-hide) ~ .List-action:not(.ng-hide) {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user