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 | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 22 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 23 | margin: -3px 0px; |
| 24 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 25 | min-width: 20px; |
| 26 | text-align: center; |
| 27 | display: inline-block; |
| 28 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 29 | color: #999999; |
| 30 | background-color: #333131; |
| 31 | } |
| 32 | |
| 33 | .navbar-new-comments:hover, |
| 34 | .navbar-new-comments:active, |
| 35 | .navbar-new-comments:focus { |
| 36 | color: #fff; |
| 37 | } |
| 38 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 39 | .navbar-new-comments-true { |
| 40 | color: #fff; |
| 41 | background-color: #B00D07; |
| 42 | } |
| 43 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 44 | /*extra size menus for recent*/ |
| 45 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 46 | min-width: 160px !important; |
| 47 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 48 | } |
Anand Doshi | 1ed4ef1 | 2012-04-27 15:30:23 +0530 | [diff] [blame] | 49 | |
| 50 | .expiry-info { |
| 51 | margin-top: 40px; |
| 52 | margin-bottom: -40px; |
| 53 | text-align: center; |
| 54 | background-color: rgb(255, 255, 204); |
| 55 | padding: 7px; |
| 56 | z-index: 1; |
| 57 | } |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 58 | |
| 59 | .show-all-reports { |
| 60 | margin-top: 5px; |
| 61 | font-size: 11px; |
Anand Doshi | 1fe3bc5 | 2013-06-06 18:55:20 +0530 | [diff] [blame] | 62 | } |
| 63 | |
| 64 | /* toolbar */ |
| 65 | .toolbar-splash { |
| 66 | width: 32px; |
| 67 | height: 32px; |
Anand Doshi | d3b41b9 | 2013-06-07 12:23:16 +0530 | [diff] [blame] | 68 | margin: -11px auto; |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 69 | } |