blob: e524a7c550b40e5d92d3649716c564ddba0641db [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;
Anand Doshi9b955fe2015-01-05 16:19:12 +053051 border: 1px solid transparent;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053052}
53
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053054.pos-item-area {
55 border: 1px solid #d1d8dd;
56 border-top: none;
57}
58
59.pos-item-toolbar {
60 padding: 10px 0px;
61 border-bottom: 1px solid #d1d8dd;
62}
63
64.item-list-area {
Anand Doshi9b955fe2015-01-05 16:19:12 +053065 padding: 15px 0px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053066}
67
68.pos-toolbar, .pos-bill-toolbar {
69 padding: 10px 0px;
70 border-bottom: 1px solid #d1d8dd;
Anand Doshi9b30a862015-02-06 12:30:08 +053071 height: 51px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053072}
73
74.pos-item-toolbar .form-group {
75 margin-bottom: 0px;
76}
77
78.pos-bill-wrapper {
79 border: 1px solid #d1d8dd;
80 border-top: none;
Anand Doshi9b955fe2015-01-05 16:19:12 +053081 margin-right: -1px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053082}
83
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053084.pos-bill {
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053085 margin-left: -15px;
86 margin-right: -15px;
87}
88
89.pos-bill-row {
90 margin: 0px;
91 padding: 7px 0px;
92 border-top: 1px solid #d1d8dd;
93}
94
95.pos-bill-header {
96 border: none !important;
97 background-color: #f5f7fa;
98}
99
100.pos-item-qty {
101 display: inline-block;
102}
103
104.pos-qty-row > div {
105 padding: 5px 0px;
106}
107
108.pos-qty-btn {
Anand Doshi9b955fe2015-01-05 16:19:12 +0530109 margin-top: 3px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +0530110 cursor: pointer;
111 font-size: 120%;
Rushabh Mehtaab8bde02014-08-12 15:15:39 +0530112}
Anand Doshi9b955fe2015-01-05 16:19:12 +0530113
114.pos .search-area .form-group {
115 max-width: 100% !important;
116}
117
118.pos .tax-table {
119 margin-bottom: 10px;
120}