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 | 1ed4ef1 | 2012-04-27 15:30:23 +0530 | [diff] [blame] | 22 | .expiry-info { |
Anand Doshi | 7baa7fd | 2013-08-01 19:10:34 +0530 | [diff] [blame] | 23 | margin-top: -20px; |
| 24 | margin-bottom: 20px; |
Anand Doshi | 1ed4ef1 | 2012-04-27 15:30:23 +0530 | [diff] [blame] | 25 | text-align: center; |
| 26 | background-color: rgb(255, 255, 204); |
| 27 | padding: 7px; |
| 28 | z-index: 1; |
| 29 | } |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 30 | |
| 31 | .show-all-reports { |
| 32 | margin-top: 5px; |
| 33 | font-size: 11px; |
Anand Doshi | 1fe3bc5 | 2013-06-06 18:55:20 +0530 | [diff] [blame] | 34 | } |
| 35 | |
| 36 | /* toolbar */ |
| 37 | .toolbar-splash { |
| 38 | width: 32px; |
| 39 | height: 32px; |
Anand Doshi | cc04a17 | 2013-07-17 14:15:26 +0530 | [diff] [blame] | 40 | margin: -10px auto; |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 41 | } |