blob: 813a5677cc502a9e2517bebfd547cf28a734bec0 [file] [log] [blame]
Anand Doshida858cc2015-02-24 17:50:44 +05301.erpnext-footer {
2 margin: 11px auto;
3 text-align: center;
4}
5
6.show-all-reports {
7 margin-top: 5px;
8 font-size: 11px;
9}
10
11/* toolbar */
12.toolbar-splash {
13 width: 32px;
14 height: 32px;
15 margin: -10px auto;
16}
17
18/* pos */
19.pos {
20}
21
22.pos-item {
23 display: inline-block;
24 overflow: hidden;
25 text-overflow: ellipsis;
26 cursor: pointer;
27 padding: 5px;
28 height: 0px;
29 padding-bottom: 38%;
30 width: 30%;
31 margin: 1.6%;
32 border: 1px solid #d1d8dd;
33}
34
35.pos-item-text {
36 padding: 0px 5px;
37}
38
39.pos-item .item-code {
40 margin-bottom: 0px;
41}
42
43.pos-item .no-image {
44 background-color: #fafbfc;
45 border: 1px dashed #d1d8dd;
46}
47
48.pos-item-image {
49 padding-bottom: 100%;
50 background-size: cover;
51 border: 1px solid transparent;
Anand Doshi2b2b6392015-03-20 14:18:09 +053052 background-position: top center;
Anand Doshida858cc2015-02-24 17:50:44 +053053}
54
55.pos-item-area {
56 border: 1px solid #d1d8dd;
57 border-top: none;
58}
59
60.pos-item-toolbar {
61 padding: 10px 0px;
62 border-bottom: 1px solid #d1d8dd;
63}
64
65.item-list-area {
66 padding: 15px 0px;
67}
68
69.pos-toolbar, .pos-bill-toolbar {
70 padding: 10px 0px;
71 border-bottom: 1px solid #d1d8dd;
72 height: 51px;
73}
74
75.pos-item-toolbar .form-group {
76 margin-bottom: 0px;
77}
78
79.pos-bill-wrapper {
80 border: 1px solid #d1d8dd;
81 border-top: none;
82 margin-right: -1px;
83}
84
85.pos-bill {
86 margin-left: -15px;
87 margin-right: -15px;
88}
89
90.pos-bill-row {
91 margin: 0px;
92 padding: 7px 0px;
93 border-top: 1px solid #d1d8dd;
94}
95
96.pos-bill-header {
97 border: none !important;
98 background-color: #f5f7fa;
99}
100
101.pos-item-qty {
102 display: inline-block;
103}
104
105.pos-qty-row > div {
106 padding: 5px 0px;
107}
108
109.pos-qty-btn {
110 margin-top: 3px;
111 cursor: pointer;
112 font-size: 120%;
113}
114
115.pos .search-area .form-group {
116 max-width: 100% !important;
117}
118
119.pos .tax-table {
120 margin-bottom: 10px;
121}
122
Anand Doshi906c2ba2015-07-17 15:11:24 +0530123.erpnext-icon {
124 width: 24px;
125 margin-right: 0px;
126 margin-top: -3px;
127}
Nabin Hait3769d872015-12-18 13:12:02 +0530128
129.pos .discount-amount-area {
130 .discount-field-col {
131 padding-left: 0px;
132 }
133
134 .input-group {
135 margin-top: 2px;
136 }
137}