Browse Source

pos_payment_terminal: add missing css file

pos_customer_display: FIX JS code and make it more robust
pull/440/head
Alexis de Lattre 10 years ago
committed by Sylvain LE GAL
parent
commit
aae5e059ac
  1. 12
      pos_payment_terminal/static/src/css/pos_payment_terminal.css

12
pos_payment_terminal/static/src/css/pos_payment_terminal.css

@ -0,0 +1,12 @@
.pos .payment-terminal-transaction-start button {
width: 150px;
height: 60px;
font-size: 18px;
cursor: pointer;
text-align:center;
box-sizing: border-box;
-moz-box-sizing: border-box;
left: 105%;
bottom: 10px;
position: absolute;
}
Loading…
Cancel
Save