blob: 7a93757944bdb61b3b5eef3507272eed31345381 [file] [log] [blame]
Rushabh Mehta983a1712012-03-21 13:35:34 +05301.small {
2 font-size: 11.5px;
3}
4
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +05305.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05306 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +05307 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05308}
9
Anand Doshi575545d2012-06-13 19:36:55 +053010.show-all-reports {
11 margin-top: 5px;
12 font-size: 11px;
Anand Doshi1fe3bc52013-06-06 18:55:20 +053013}
14
15/* toolbar */
16.toolbar-splash {
Rushabh Mehtaab8bde02014-08-12 15:15:39 +053017 width: 32px;
18 height: 32px;
Anand Doshicc04a172013-07-17 14:15:26 +053019 margin: -10px auto;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053020}
21
22/* pos */
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053023.pos {
24}
25
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053026.pos-item {
27 height: 200px;
28 overflow: hidden;
29 cursor: pointer;
30 padding-left: 5px !important;
31 padding-right: 5px !important;
32}
33
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053034.pos-item-area {
35 border: 1px solid #d1d8dd;
36 border-top: none;
37}
38
39.pos-item-toolbar {
40 padding: 10px 0px;
41 border-bottom: 1px solid #d1d8dd;
42}
43
44.item-list-area {
45 padding: 15px;
46}
47
48.pos-toolbar, .pos-bill-toolbar {
49 padding: 10px 0px;
50 border-bottom: 1px solid #d1d8dd;
51 height: 55px;
52}
53
54.pos-item-toolbar .form-group {
55 margin-bottom: 0px;
56}
57
58.pos-bill-wrapper {
59 border: 1px solid #d1d8dd;
60 border-top: none;
61 border-right: none;
62}
63
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053064.pos-bill {
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053065 margin-left: -15px;
66 margin-right: -15px;
67}
68
69.pos-bill-row {
70 margin: 0px;
71 padding: 7px 0px;
72 border-top: 1px solid #d1d8dd;
73}
74
75.pos-bill-header {
76 border: none !important;
77 background-color: #f5f7fa;
78}
79
80.pos-item-qty {
81 display: inline-block;
82}
83
84.pos-qty-row > div {
85 padding: 5px 0px;
86}
87
88.pos-qty-btn {
89 margin-top: 5px;
90 cursor: pointer;
91 font-size: 120%;
Rushabh Mehtaab8bde02014-08-12 15:15:39 +053092}