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 | } |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 15 | .erpnext-icon { |
| 16 | width: 24px; |
Faris Ansari | adcb3c6 | 2017-03-06 21:02:17 +0530 | [diff] [blame] | 17 | margin-right: 0px; |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 18 | margin-top: -3px; |
| 19 | } |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 20 | .dashboard-list-item { |
| 21 | background-color: inherit; |
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 22 | padding: 5px 0px; |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 23 | border-bottom: 1px solid #d1d8dd; |
| 24 | } |
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 25 | #page-stock-balance .dashboard-list-item { |
| 26 | padding: 5px 15px; |
| 27 | } |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 28 | .dashboard-list-item:last-child { |
| 29 | border-bottom: none; |
| 30 | } |
Neil Trini Lasrado | 2a9e0f6 | 2017-01-09 18:25:43 +0530 | [diff] [blame] | 31 | .frappe-control[data-fieldname='result_html'] { |
| 32 | overflow: scroll; |
| 33 | } |
| 34 | .assessment-result-tool { |
| 35 | table-layout: fixed; |
| 36 | } |
| 37 | .assessment-result-tool input { |
| 38 | width: 100%; |
| 39 | border: 0; |
| 40 | outline: none; |
| 41 | text-align: right; |
| 42 | } |
| 43 | .assessment-result-tool th { |
| 44 | white-space: nowrap; |
| 45 | overflow: hidden; |
| 46 | text-overflow: ellipsis; |
| 47 | } |
| 48 | .assessment-result-tool .total-score, |
| 49 | .assessment-result-tool .grade, |
| 50 | .assessment-result-tool .score { |
| 51 | text-align: right; |
| 52 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 53 | /* pos */ |
| 54 | body[data-route="pos"] .pos-bill-toolbar { |
| 55 | padding: 10px 0px; |
| 56 | height: 51px; |
| 57 | } |
| 58 | body[data-route="pos"] .pos-bill-item:hover, |
| 59 | body[data-route="pos"] .list-customers-table > .pos-list-row:hover { |
| 60 | background-color: #f5f7fa; |
| 61 | cursor: pointer; |
| 62 | } |
| 63 | body[data-route="pos"] .pos-item-qty { |
| 64 | display: inline-block; |
| 65 | } |
| 66 | body[data-route="pos"] .pos-qty-row > div { |
| 67 | padding: 5px 0px; |
| 68 | } |
| 69 | body[data-route="pos"] .pos-qty-btn { |
| 70 | margin-top: 3px; |
| 71 | cursor: pointer; |
| 72 | font-size: 120%; |
| 73 | } |
| 74 | body[data-route="pos"] .search-area .form-group { |
| 75 | max-width: 100% !important; |
| 76 | } |
| 77 | body[data-route="pos"] .tax-table { |
| 78 | margin-bottom: 10px; |
| 79 | } |
| 80 | body[data-route="pos"] .discount-field-col { |
| 81 | padding-left: 24px; |
| 82 | } |
| 83 | body[data-route="pos"] .discount-amount-area .input-group:first-child { |
| 84 | margin-bottom: 2px; |
| 85 | } |
| 86 | body[data-route="pos"] .payment-toolbar .row { |
| 87 | width: 323px; |
| 88 | margin: 0 auto; |
| 89 | } |
| 90 | body[data-route="pos"] .payment-mode { |
| 91 | cursor: pointer; |
| 92 | font-family: sans-serif; |
| 93 | font-size: 15px; |
| 94 | } |
| 95 | body[data-route="pos"] .pos-payment-row .col-xs-6 { |
| 96 | padding: 15px; |
| 97 | } |
| 98 | body[data-route="pos"] .pos-payment-row { |
| 99 | border-bottom: 1px solid #d1d8dd; |
| 100 | margin: 2px 0px 5px 0px; |
| 101 | height: 60px; |
| 102 | margin-top: 0px; |
| 103 | margin-bottom: 0px; |
| 104 | } |
| 105 | body[data-route="pos"] .pos-payment-row:hover, |
| 106 | body[data-route="pos"] .pos-keyboard-key:hover { |
| 107 | background-color: #FAFBFC; |
| 108 | cursor: pointer; |
| 109 | } |
| 110 | body[data-route="pos"] .pos-keyboard-key, |
| 111 | body[data-route="pos"] .delete-btn { |
| 112 | border: 1px solid #d1d8dd; |
| 113 | height: 85px; |
| 114 | width: 85px; |
| 115 | margin: 10px 10px; |
| 116 | font-size: 24px; |
| 117 | font-weight: 200; |
| 118 | background-color: #FDFDFD; |
| 119 | border-color: #e8e8e8; |
| 120 | } |
| 121 | body[data-route="pos"] .numeric-keypad { |
| 122 | border: 1px solid #d1d8dd; |
| 123 | height: 69px; |
| 124 | width: 69px; |
| 125 | font-size: 20px; |
| 126 | font-weight: 200; |
| 127 | background-color: #FDFDFD; |
| 128 | border-color: #e8e8e8; |
| 129 | margin-left: -4px; |
| 130 | } |
| 131 | body[data-route="pos"] .pos-pay { |
| 132 | height: 69px; |
| 133 | width: 69px; |
| 134 | font-size: 17px; |
| 135 | font-weight: 200; |
| 136 | margin-left: -4px; |
| 137 | } |
| 138 | body[data-route="pos"] .numeric-keypad { |
| 139 | height: 60px; |
| 140 | width: 60px; |
| 141 | font-size: 20px; |
| 142 | font-weight: 200; |
| 143 | border-radius: 0; |
| 144 | background-color: #fff; |
| 145 | margin-left: -4px; |
| 146 | } |
| 147 | body[data-route="pos"] .numeric_keypad { |
| 148 | margin-left: -15px; |
| 149 | } |
| 150 | body[data-route="pos"] .numeric_keypad > .row > button { |
| 151 | border: none; |
| 152 | border-right: 1px solid #d1d8dd; |
| 153 | border-bottom: 1px solid #d1d8dd; |
| 154 | } |
| 155 | body[data-route="pos"] .numeric_keypad > .row > button:first-child { |
| 156 | border-left: 1px solid #d1d8dd; |
| 157 | } |
| 158 | body[data-route="pos"] .numeric_keypad > .row:first-child > button { |
| 159 | border-top: 1px solid #d1d8dd; |
| 160 | } |
| 161 | body[data-route="pos"] .pos-pay { |
| 162 | background-color: #5E64FF; |
| 163 | border: none; |
| 164 | } |
| 165 | body[data-route="pos"] .multimode-payments { |
| 166 | padding-left: 30px; |
| 167 | } |
| 168 | body[data-route="pos"] .payment-toolbar { |
| 169 | padding-right: 30px; |
| 170 | } |
| 171 | body[data-route="pos"] .list-row-head.pos-invoice-list { |
| 172 | border-top: 1px solid #d1d8dd; |
| 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 | body[data-route="pos"] .amount-row h3 { |
| 187 | font-size: 15px; |
| 188 | } |
| 189 | body[data-route="pos"] .pos-keyboard-key, |
| 190 | body[data-route="pos"] .delete-btn { |
| 191 | height: 50px; |
| 192 | } |
| 193 | body[data-route="pos"] .multimode-payments { |
| 194 | padding-left: 15px; |
| 195 | } |
| 196 | body[data-route="pos"] .payment-toolbar { |
| 197 | padding-right: 15px; |
| 198 | } |
| 199 | } |
| 200 | body[data-route="pos"] .amount-label { |
| 201 | font-size: 16px; |
| 202 | } |
| 203 | body[data-route="pos"] .selected-payment-mode { |
| 204 | background-color: #FAFBFC; |
| 205 | cursor: pointer; |
| 206 | } |
| 207 | body[data-route="pos"] .pos-invoice-list { |
| 208 | padding: 15px 10px; |
| 209 | } |
| 210 | body[data-route="pos"] .write_off_amount, |
| 211 | body[data-route="pos"] .change_amount { |
| 212 | margin: 15px; |
| 213 | width: 130px; |
| 214 | } |
| 215 | body[data-route="pos"] .pos-list-row { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 216 | display: table; |
| 217 | table-layout: fixed; |
| 218 | width: 100%; |
| 219 | padding: 9px 15px; |
| 220 | font-size: 12px; |
| 221 | margin: 0px; |
| 222 | border-bottom: 1px solid #d1d8dd; |
| 223 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 224 | body[data-route="pos"] .pos-list-row .cell { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 225 | display: table-cell; |
| 226 | vertical-align: middle; |
| 227 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 228 | body[data-route="pos"] .pos-list-row .cell.price-cell { |
| 229 | width: 50%; |
| 230 | } |
| 231 | body[data-route="pos"] .pos-list-row .subject { |
Faris Ansari | 07c9f35 | 2017-03-09 17:03:14 +0530 | [diff] [blame] | 232 | width: 40%; |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 233 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 234 | body[data-route="pos"] .pos-list-row .list-row-checkbox, |
| 235 | body[data-route="pos"] .pos-list-row .list-select-all { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 236 | margin-right: 7px; |
| 237 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 238 | body[data-route="pos"] .pos-bill-header { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 239 | background-color: #f5f7fa; |
| 240 | border: 1px solid #d1d8dd; |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 241 | padding: 13px 15px; |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 242 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 243 | body[data-route="pos"] .pos-list-row.active { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 244 | background-color: #fffce7; |
| 245 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 246 | body[data-route="pos"] .totals-area { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 247 | border-right: 1px solid #d1d8dd; |
| 248 | border-left: 1px solid #d1d8dd; |
| 249 | margin-bottom: 15px; |
| 250 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 251 | body[data-route="pos"] .tax-area .pos-list-row { |
| 252 | border: none; |
| 253 | } |
| 254 | body[data-route="pos"] .item-cart-items { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 255 | height: calc(100vh - 526px); |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 256 | overflow: auto; |
| 257 | border: 1px solid #d1d8dd; |
| 258 | border-top: none; |
| 259 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 260 | body[data-route="pos"] .no-items-message { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 261 | min-height: 200px; |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 262 | display: flex; |
| 263 | align-items: center; |
| 264 | justify-content: center; |
| 265 | height: 100%; |
| 266 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 267 | body[data-route="pos"] .pos-list-row:last-child { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 268 | border-bottom: none; |
| 269 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 270 | body[data-route="pos"] .form-section-heading { |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 271 | padding: 0; |
| 272 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 273 | body[data-route="pos"] .item-list { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 274 | border: 1px solid #d1d8dd; |
| 275 | border-top: none; |
| 276 | max-height: calc(100vh - 190px); |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 277 | overflow: auto; |
| 278 | } |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 279 | @media (max-width: 767px) { |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 280 | body[data-route="pos"] .item-list { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 281 | max-height: initial; |
| 282 | } |
| 283 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 284 | body[data-route="pos"] .item-list .image-field { |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 285 | height: 140px; |
| 286 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 287 | body[data-route="pos"] .item-list .pos-item-wrapper { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 288 | position: relative; |
| 289 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 290 | body[data-route="pos"] .item-list .price-info { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 291 | position: absolute; |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 292 | left: 0; |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 293 | bottom: 0; |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 294 | margin: 0 0 15px 15px; |
| 295 | background-color: rgba(141, 153, 166, 0.6); |
| 296 | padding: 5px 9px; |
| 297 | border-radius: 3px; |
| 298 | color: #fff; |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 299 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 300 | body[data-route="pos"] .pos-bill-toolbar { |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 301 | margin-top: 10px; |
| 302 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 303 | body[data-route="pos"] .search-item .form-group { |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 304 | margin: 0; |
| 305 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 306 | body[data-route="pos"] .item-list-area .pos-bill-header { |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 307 | padding: 5px; |
| 308 | padding-left: 15px; |
| 309 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 310 | body[data-route="pos"] .pos-selected-item-action > .pos-list-row { |
Faris Ansari | 339d9c9 | 2017-03-07 18:14:06 +0530 | [diff] [blame] | 311 | border: none; |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 312 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 313 | body[data-route="pos"] .edit-customer-btn { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 314 | position: absolute; |
| 315 | right: 57px; |
| 316 | top: 15px; |
| 317 | z-index: 100; |
| 318 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 319 | body[data-route="pos"] .btn-more { |
Faris Ansari | 4551010 | 2017-03-09 14:43:37 +0530 | [diff] [blame] | 320 | display: flex; |
| 321 | justify-content: center; |
| 322 | align-items: center; |
| 323 | cursor: pointer; |
| 324 | background-color: #fafbfc; |
| 325 | min-height: 200px; |
| 326 | } |
Faris Ansari | 1fe1518 | 2017-03-10 14:50:39 +0530 | [diff] [blame] | 327 | body[data-route="pos"] .collapse-btn { |
| 328 | cursor: pointer; |
| 329 | } |
Rohit Waghchaure | 87fa59a | 2017-03-10 14:56:19 +0530 | [diff] [blame] | 330 | |