Updated inventory search bar width and buttons

This commit is contained in:
Ken Hoes 2017-02-13 10:58:51 -05:00
parent d661651068
commit 2cbf61bc32

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