mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Enhance unit display when placing orders.
This commit is contained in:
parent
2a357715c5
commit
122827e5aa
1 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue