blob: 1c499a586fbb8d9c0fd724948514ed9beee41f94 [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 {
Anand Doshi9b955fe2015-01-05 16:19:12 +053023 display: inline-block;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053024 overflow: hidden;
Anand Doshi9b955fe2015-01-05 16:19:12 +053025 text-overflow: ellipsis;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053026 cursor: pointer;
Anand Doshi50d7e8c2015-01-06 17:14:13 +053027 padding: 5px;
Anand Doshi9b955fe2015-01-05 16:19:12 +053028 height: 0px;
Anand Doshi50d7e8c2015-01-06 17:14:13 +053029 padding-bottom: 38%;
Anand Doshi9b955fe2015-01-05 16:19:12 +053030 width: 30%;
31 margin: 1.6%;
32 border: 1px solid #d1d8dd;
33}
34
Anand Doshi50d7e8c2015-01-06 17:14:13 +053035.pos-item-text {
36 padding: 0px 5px;
37}
38
Anand Doshi9b955fe2015-01-05 16:19:12 +053039.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 background-position: center;
52 border: 1px solid transparent;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053053}
54
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053055.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 {
Anand Doshi9b955fe2015-01-05 16:19:12 +053066 padding: 15px 0px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053067}
68
69.pos-toolbar, .pos-bill-toolbar {
70 padding: 10px 0px;
71 border-bottom: 1px solid #d1d8dd;
72 height: 55px;
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;
Anand Doshi9b955fe2015-01-05 16:19:12 +053082 margin-right: -1px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053083}
84
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053085.pos-bill {
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053086 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 {
Anand Doshi9b955fe2015-01-05 16:19:12 +0530110 margin-top: 3px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +0530111 cursor: pointer;
112 font-size: 120%;
Rushabh Mehtaab8bde02014-08-12 15:15:39 +0530113}
Anand Doshi9b955fe2015-01-05 16:19:12 +0530114
115.pos .search-area .form-group {
116 max-width: 100% !important;
117}
118
119.pos .tax-table {
120 margin-bottom: 10px;
121}