Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 1 | .erpnext-footer { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 2 | margin: 11px auto; |
3 | text-align: center; | ||||
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 4 | } |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 5 | .show-all-reports { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 6 | margin-top: 5px; |
7 | font-size: 11px; | ||||
Anand Doshi | 1fe3bc5 | 2013-06-06 18:55:20 +0530 | [diff] [blame] | 8 | } |
Anand Doshi | 1fe3bc5 | 2013-06-06 18:55:20 +0530 | [diff] [blame] | 9 | /* toolbar */ |
10 | .toolbar-splash { | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 11 | width: 32px; |
12 | height: 32px; | ||||
13 | margin: -10px auto; | ||||
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 14 | } |
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 15 | /* pos */ |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 16 | .pos-item-area { |
17 | padding: 0px 10px; | ||||
18 | } | ||||
19 | .pos-item-wrapper { | ||||
20 | padding: 5px; | ||||
21 | } | ||||
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 22 | .pos-item { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 23 | overflow: hidden; |
24 | text-overflow: ellipsis; | ||||
25 | cursor: pointer; | ||||
26 | padding: 5px; | ||||
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 27 | padding-bottom: 15px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 28 | border: 1px solid #d1d8dd; |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 29 | margin-bottom: 5px; |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 30 | } |
Anand Doshi | 50d7e8c | 2015-01-06 17:14:13 +0530 | [diff] [blame] | 31 | .pos-item-text { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 32 | padding: 0px 5px; |
Anand Doshi | 50d7e8c | 2015-01-06 17:14:13 +0530 | [diff] [blame] | 33 | } |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 34 | .pos-item .item-code { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 35 | margin-bottom: 0px; |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 36 | } |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 37 | .pos-item .no-image { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 38 | background-color: #fafbfc; |
39 | border: 1px dashed #d1d8dd; | ||||
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 40 | } |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 41 | .pos-item-image { |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 42 | width: 100%; |
43 | height: 0px; | ||||
44 | padding: 50% 0; | ||||
45 | text-align: center; | ||||
46 | line-height: 0; | ||||
Rushabh Mehta | 5d0e8de | 2016-04-11 17:34:25 +0530 | [diff] [blame] | 47 | color: #d1d8dd; |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 48 | font-size: 30px; |
Faris Ansari | d217387 | 2016-08-09 14:15:31 +0530 | [diff] [blame] | 49 | background-size: contain; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 50 | border: 1px solid transparent; |
Faris Ansari | d217387 | 2016-08-09 14:15:31 +0530 | [diff] [blame] | 51 | background-position: center; |
52 | background-repeat: no-repeat; | ||||
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 53 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 54 | .pos-item-area { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 55 | border: 1px solid #d1d8dd; |
56 | border-top: none; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 57 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 58 | .pos-item-toolbar { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 59 | padding: 10px 0px; |
60 | border-bottom: 1px solid #d1d8dd; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 61 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 62 | .item-list-area { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 63 | padding: 15px 0px; |
Faris Ansari | 0822e41 | 2016-12-21 18:16:45 +0530 | [diff] [blame] | 64 | overflow-y: scroll; |
65 | height: calc(100vh - 162px); | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 66 | } |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 67 | .pos-toolbar, |
68 | .pos-bill-toolbar { | ||||
69 | padding: 10px 0px; | ||||
70 | border-bottom: 1px solid #d1d8dd; | ||||
71 | height: 51px; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 72 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 73 | .pos-item-toolbar .form-group { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 74 | margin-bottom: 0px; |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 75 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 76 | .pos-bill-wrapper { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 77 | border: 1px solid #d1d8dd; |
78 | border-top: none; | ||||
79 | margin-right: -1px; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 80 | } |
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 81 | .pos-bill { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 82 | margin-left: -15px; |
83 | margin-right: -15px; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 84 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 85 | .pos-bill-row { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 86 | margin: 0px; |
87 | padding: 7px 0px; | ||||
88 | border-top: 1px solid #d1d8dd; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 89 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 90 | .pos-bill-header { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 91 | border: none !important; |
92 | background-color: #f5f7fa; | ||||
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 93 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 94 | .pos-item-qty { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 95 | display: inline-block; |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 96 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 97 | .pos-qty-row > div { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 98 | padding: 5px 0px; |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 99 | } |
Rushabh Mehta | a9ba5ef | 2014-12-19 16:20:32 +0530 | [diff] [blame] | 100 | .pos-qty-btn { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 101 | margin-top: 3px; |
102 | cursor: pointer; | ||||
103 | font-size: 120%; | ||||
Rushabh Mehta | ab8bde0 | 2014-08-12 15:15:39 +0530 | [diff] [blame] | 104 | } |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 105 | .pos .search-area .form-group { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 106 | max-width: 100% !important; |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 107 | } |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 108 | .pos .tax-table { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 109 | margin-bottom: 10px; |
Anand Doshi | 9b955fe | 2015-01-05 16:19:12 +0530 | [diff] [blame] | 110 | } |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 111 | .erpnext-icon { |
112 | width: 24px; | ||||
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 113 | ackmargin-right: 0px; |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 114 | margin-top: -3px; |
115 | } | ||||
Nabin Hait | 3769d87 | 2015-12-18 13:12:02 +0530 | [diff] [blame] | 116 | .pos .discount-amount-area .discount-field-col { |
117 | padding-left: 0px; | ||||
118 | } | ||||
119 | .pos .discount-amount-area .input-group { | ||||
120 | margin-top: 2px; | ||||
121 | } | ||||
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 122 | .dashboard-list-item { |
123 | background-color: inherit; | ||||
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 124 | padding: 5px 0px; |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 125 | border-bottom: 1px solid #d1d8dd; |
126 | } | ||||
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 127 | #page-stock-balance .dashboard-list-item { |
128 | padding: 5px 15px; | ||||
129 | } | ||||
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 130 | .dashboard-list-item:last-child { |
131 | border-bottom: none; | ||||
132 | } | ||||
Faris Ansari | 8e282c2 | 2016-07-24 11:36:19 +0530 | [diff] [blame] | 133 | .payment-toolbar .row { |
134 | width: 323px; | ||||
135 | margin: 0 auto; | ||||
Anand Doshi | ac7c81b | 2016-05-26 16:41:04 +0530 | [diff] [blame] | 136 | } |
137 | .payment-mode { | ||||
138 | cursor: pointer; | ||||
139 | font-family: sans-serif; | ||||
140 | font-size: 15px; | ||||
141 | } | ||||
142 | .pos-payment-row .col-xs-6 { | ||||
Rohit Waghchaure | e4e69ec | 2016-08-17 16:20:13 +0530 | [diff] [blame] | 143 | padding: 15px; |
Anand Doshi | ac7c81b | 2016-05-26 16:41:04 +0530 | [diff] [blame] | 144 | } |
145 | .pos-payment-row { | ||||
146 | border-bottom: 1px solid #d1d8dd; | ||||
147 | margin: 2px 0px 5px 0px; | ||||
Rushabh Mehta | a55fb64 | 2016-06-14 15:54:17 +0530 | [diff] [blame] | 148 | height: 60px; |
Rohit Waghchaure | e4e69ec | 2016-08-17 16:20:13 +0530 | [diff] [blame] | 149 | margin-top: 0px; |
150 | margin-bottom: 0px; | ||||
Anand Doshi | ac7c81b | 2016-05-26 16:41:04 +0530 | [diff] [blame] | 151 | } |
152 | .pos-payment-row:hover, | ||||
153 | .pos-keyboard-key:hover { | ||||
154 | background-color: #FAFBFC; | ||||
155 | cursor: pointer; | ||||
156 | } | ||||
157 | .pos-keyboard-key, | ||||
158 | .delete-btn { | ||||
159 | border: 1px solid #d1d8dd; | ||||
160 | height: 85px; | ||||
161 | width: 85px; | ||||
162 | margin: 10px 10px; | ||||
163 | font-size: 24px; | ||||
164 | font-weight: 200; | ||||
165 | background-color: #FDFDFD; | ||||
166 | border-color: #e8e8e8; | ||||
167 | } | ||||
Faris Ansari | 8e282c2 | 2016-07-24 11:36:19 +0530 | [diff] [blame] | 168 | .multimode-payments { |
169 | padding-left: 30px; | ||||
170 | } | ||||
171 | .payment-toolbar { | ||||
172 | padding-right: 30px; | ||||
173 | } | ||||
174 | body[data-route="pos"] .modal-dialog { | ||||
175 | width: 750px; | ||||
176 | } | ||||
177 | @media (max-width: 767px) { | ||||
178 | body[data-route="pos"] .modal-dialog { | ||||
179 | width: auto; | ||||
180 | } | ||||
181 | body[data-route="pos"] .modal-dialog .modal-content { | ||||
182 | height: auto; | ||||
183 | } | ||||
184 | } | ||||
185 | @media (max-width: 767px) { | ||||
186 | .amount-row h3 { | ||||
187 | font-size: 15px; | ||||
188 | } | ||||
189 | .pos-keyboard-key, | ||||
190 | .delete-btn { | ||||
191 | height: 50px; | ||||
192 | } | ||||
193 | .multimode-payments { | ||||
194 | padding-left: 15px; | ||||
195 | } | ||||
196 | .payment-toolbar { | ||||
197 | padding-right: 15px; | ||||
198 | } | ||||
199 | } | ||||
Anand Doshi | ac7c81b | 2016-05-26 16:41:04 +0530 | [diff] [blame] | 200 | .amount-label { |
201 | font-size: 16px; | ||||
202 | } | ||||
203 | .selected-payment-mode { | ||||
204 | background-color: #FAFBFC; | ||||
205 | cursor: pointer; | ||||
206 | } | ||||
207 | .pos-invoice-list { | ||||
208 | padding: 15px 10px; | ||||
209 | } | ||||
Rohit Waghchaure | e4e69ec | 2016-08-17 16:20:13 +0530 | [diff] [blame] | 210 | .write_off_amount, |
211 | .change_amount { | ||||
212 | margin: 15px; | ||||
213 | width: 130px; | ||||
214 | } | ||||
Neil Trini Lasrado | 2a9e0f6 | 2017-01-09 18:25:43 +0530 | [diff] [blame] | 215 | .frappe-control[data-fieldname='result_html'] { |
216 | overflow: scroll; | ||||
217 | } | ||||
218 | .assessment-result-tool { | ||||
219 | table-layout: fixed; | ||||
220 | } | ||||
221 | .assessment-result-tool input { | ||||
222 | width: 100%; | ||||
223 | border: 0; | ||||
224 | outline: none; | ||||
225 | text-align: right; | ||||
226 | } | ||||
227 | .assessment-result-tool th { | ||||
228 | white-space: nowrap; | ||||
229 | overflow: hidden; | ||||
230 | text-overflow: ellipsis; | ||||
231 | } | ||||
232 | .assessment-result-tool .total-score, | ||||
233 | .assessment-result-tool .grade, | ||||
234 | .assessment-result-tool .score { | ||||
235 | text-align: right; | ||||
236 | } |