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 | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 3 | margin-top: 0.2em; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 4 | } |
| 5 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 6 | body { |
Rushabh Mehta | 8eba118 | 2012-05-02 09:45:28 +0530 | [diff] [blame] | 7 | font-family: Arial, Helvetica, sans-serif; |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 8 | font-size: 13px; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 9 | } |
| 10 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 11 | span, div, td, input, textarea, button, select { |
| 12 | font-family: inherit; |
| 13 | } |
| 14 | |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 15 | .small { |
| 16 | font-size: 11.5px; |
| 17 | } |
| 18 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 19 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 20 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 21 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 22 | } |
| 23 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 24 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 25 | margin: -3px 0px; |
| 26 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 27 | min-width: 20px; |
| 28 | text-align: center; |
| 29 | display: inline-block; |
| 30 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 31 | color: #999999; |
| 32 | background-color: #333131; |
| 33 | } |
| 34 | |
| 35 | .navbar-new-comments:hover, |
| 36 | .navbar-new-comments:active, |
| 37 | .navbar-new-comments:focus { |
| 38 | color: #fff; |
| 39 | } |
| 40 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 41 | .navbar-new-comments-true { |
| 42 | color: #fff; |
| 43 | background-color: #B00D07; |
| 44 | } |
| 45 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 46 | /*extra size menus for recent*/ |
| 47 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 48 | min-width: 160px !important; |
| 49 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 50 | } |
Anand Doshi | 1ed4ef1 | 2012-04-27 15:30:23 +0530 | [diff] [blame] | 51 | |
| 52 | .expiry-info { |
| 53 | margin-top: 40px; |
| 54 | margin-bottom: -40px; |
| 55 | text-align: center; |
| 56 | background-color: rgb(255, 255, 204); |
| 57 | padding: 7px; |
| 58 | z-index: 1; |
| 59 | } |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 60 | |
| 61 | .show-all-reports { |
| 62 | margin-top: 5px; |
| 63 | font-size: 11px; |
| 64 | } |