mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Updated inventory search bar width and buttons
This commit is contained in:
@@ -432,3 +432,28 @@ table, tbody {
|
|||||||
margin-left: 0;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user