Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 1 | .small { |
| 2 | font-size: 11.5px; |
| 3 | } |
| 4 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 5 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 6 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 7 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 8 | } |
| 9 | |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 10 | .show-all-reports { |
| 11 | margin-top: 5px; |
| 12 | font-size: 11px; |
Anand Doshi | 1fe3bc5 | 2013-06-06 18:55:20 +0530 | [diff] [blame] | 13 | } |
| 14 | |
| 15 | /* toolbar */ |
| 16 | .toolbar-splash { |
Rushabh Mehta | ab8bde0 | 2014-08-12 15:15:39 +0530 | [diff] [blame] | 17 | width: 32px; |
| 18 | height: 32px; |
Anand Doshi | cc04a17 | 2013-07-17 14:15:26 +0530 | [diff] [blame] | 19 | margin: -10px auto; |
Akhilesh Darjee | f83576b | 2013-09-18 18:35:12 +0530 | [diff] [blame] | 20 | } |
| 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 Mehta | 069672e | 2013-10-28 18:21:07 +0530 | [diff] [blame] | 32 | margin-left: -30px; |
| 33 | margin-top: -10px; |
| 34 | padding: 20px 10px; |
Rushabh Mehta | ab8bde0 | 2014-08-12 15:15:39 +0530 | [diff] [blame] | 35 | border-right: 1px solid #c7c7c7; |
| 36 | border-bottom: 1px solid #c7c7c7; |
| 37 | } |