Thibault Francois
9 years ago
6 changed files with 135 additions and 5 deletions
-
2beesdoo_pos/__openerp__.py
-
23beesdoo_pos/models/beesdoo_pos.py
-
24beesdoo_pos/static/src/css/beesdoo.css
-
63beesdoo_pos/static/src/js/beesdoo.js
-
26beesdoo_pos/static/src/xml/templates.xml
-
2beesdoo_pos/views/beesdoo_pos.xml
@ -1,4 +1,28 @@ |
|||||
.message-send { |
.message-send { |
||||
margin: 16px; |
margin: 16px; |
||||
text-align: center; |
text-align: center; |
||||
|
} |
||||
|
|
||||
|
.customer-information { |
||||
|
margin: 16px 24px 16px 24px; |
||||
|
font-weight: bold; |
||||
|
font-size: 16px; |
||||
|
} |
||||
|
|
||||
|
.customer-name { |
||||
|
font-size: 18px; |
||||
|
} |
||||
|
|
||||
|
.button.set-customer.decentered { |
||||
|
height: 108px; |
||||
|
} |
||||
|
|
||||
|
.customer-information-pay { |
||||
|
font-weight: normal; |
||||
|
font-size: 12px; |
||||
|
text-align: left; |
||||
|
} |
||||
|
|
||||
|
.pos .actionpad .button.pay { |
||||
|
height: 108px; |
||||
} |
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue