blob: 3777f4c7b6c5a37a038b0cda1f085549d138c2ed [file] [log] [blame]
Rushabh Mehta983a1712012-03-21 13:35:34 +05301.small {
2 font-size: 11.5px;
3}
4
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +05305.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05306 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +05307 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05308}
9
Anand Doshi575545d2012-06-13 19:36:55 +053010.show-all-reports {
11 margin-top: 5px;
12 font-size: 11px;
Anand Doshi1fe3bc52013-06-06 18:55:20 +053013}
14
15/* toolbar */
16.toolbar-splash {
17 width: 32px;
18 height: 32px;
Anand Doshicc04a172013-07-17 14:15:26 +053019 margin: -10px auto;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053020}
21
22/* pos */
23.pos-item {
24 height: 200px;
25 overflow: hidden;
26 cursor: pointer;
27 padding-left: 5px !important;
28 padding-right: 5px !important;
29}
30
31.pos-bill {
Rushabh Mehta069672e2013-10-28 18:21:07 +053032 margin-left: -30px;
33 margin-top: -10px;
34 padding: 20px 10px;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053035 font-family: Monospace;
Anand Doshi575545d2012-06-13 19:36:55 +053036}