blob: c3b7276de4e482cd3bfdad83f614fc090c9294ac [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehta8eba1182012-05-02 09:45:28 +05302 font-family: Arial, Helvetica, sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05303}
4
Rushabh Mehta7018b192012-02-02 13:42:28 +05305body {
Rushabh Mehta8eba1182012-05-02 09:45:28 +05306 font-family: Arial, Helvetica, sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05307}
8
Rushabh Mehta7018b192012-02-02 13:42:28 +05309span, div, td, input, textarea, button, select {
10 font-family: inherit;
11}
12
Rushabh Mehta983a1712012-03-21 13:35:34 +053013.small {
14 font-size: 11.5px;
15}
16
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053017.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053018 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053019 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053020}
21
Anand Doshi575545d2012-06-13 19:36:55 +053022.show-all-reports {
23 margin-top: 5px;
24 font-size: 11px;
Anand Doshi1fe3bc52013-06-06 18:55:20 +053025}
26
27/* toolbar */
28.toolbar-splash {
29 width: 32px;
30 height: 32px;
Anand Doshicc04a172013-07-17 14:15:26 +053031 margin: -10px auto;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053032}
33
34/* pos */
35.pos-item {
36 height: 200px;
37 overflow: hidden;
38 cursor: pointer;
39 padding-left: 5px !important;
40 padding-right: 5px !important;
41}
42
43.pos-bill {
44 padding: 20px 5px;
45 font-family: Monospace;
46 border: 1px solid #eee;
47 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
48 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
Anand Doshi575545d2012-06-13 19:36:55 +053049}