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