Merge pull request #5323 from kensible/4617-inventory-search-bar

Updated inventory search bar width and buttons
This commit is contained in:
kensible 2017-02-14 09:00:59 -05:00 committed by GitHub
commit 426bb4a055

View File

@ -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;
}
}