Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 1 | h1, h2, h3, h4, h5 { |
Rushabh Mehta | 8eba118 | 2012-05-02 09:45:28 +0530 | [diff] [blame] | 2 | font-family: Arial, Helvetica, sans-serif; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 3 | } |
| 4 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 5 | body { |
Rushabh Mehta | 8eba118 | 2012-05-02 09:45:28 +0530 | [diff] [blame] | 6 | font-family: Arial, Helvetica, sans-serif; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 7 | } |
| 8 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 9 | span, div, td, input, textarea, button, select { |
| 10 | font-family: inherit; |
| 11 | } |
| 12 | |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 13 | .small { |
| 14 | font-size: 11.5px; |
| 15 | } |
| 16 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 17 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 18 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 19 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 20 | } |
| 21 | |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 22 | .show-all-reports { |
| 23 | margin-top: 5px; |
| 24 | font-size: 11px; |
Anand Doshi | 1fe3bc5 | 2013-06-06 18:55:20 +0530 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | /* toolbar */ |
| 28 | .toolbar-splash { |
| 29 | width: 32px; |
| 30 | height: 32px; |
Anand Doshi | cc04a17 | 2013-07-17 14:15:26 +0530 | [diff] [blame] | 31 | margin: -10px auto; |
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 32 | } |
| 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 { |
Rushabh Mehta | 069672e | 2013-10-28 18:21:07 +0530 | [diff] [blame] | 44 | margin-left: -30px; |
| 45 | margin-top: -10px; |
| 46 | padding: 20px 10px; |
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 47 | font-family: Monospace; |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 48 | } |