Enhance unit display when placing orders.

This commit is contained in:
Alexis MÃtaireau 2020-06-07 19:10:53 +02:00
parent 2a357715c5
commit 122827e5aa

View file

@ -384,11 +384,25 @@ table.order th.product {
} }
td.with-input { td.with-input {
padding: 0; padding: 0;
text-align: left;
} }
td.with-input input { td.with-input input {
width: 100%; width: 50%;
text-align: center; text-align: center;
} }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
article.delivery { article.delivery {
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;