33 lines
351 B
CSS
33 lines
351 B
CSS
|
|
.name-column {
|
|
width: 200px;
|
|
}
|
|
|
|
.quantity-column, .price-column {
|
|
width: 150px;
|
|
}
|
|
|
|
.code-column {
|
|
width: 200px;
|
|
}
|
|
|
|
.type-column {
|
|
width: 200px;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.image-column {
|
|
width: 150px;
|
|
}
|
|
|
|
.actions-column {
|
|
width: 100px;
|
|
}
|
|
|
|
#stockTable tr {
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
|
|
.row-img {
|
|
height: 50px;
|
|
}
|