Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 1 | h1, h2, h3, h4, h5 { |
Rushabh Mehta | 0c18b18 | 2012-04-16 11:18:45 +0530 | [diff] [blame] | 2 | font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif; |
Rushabh Mehta | b43f949 | 2012-04-08 20:33:51 +0530 | [diff] [blame] | 3 | font-weight: normal; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 4 | margin-top: 0.2em; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 5 | } |
| 6 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 7 | body { |
Rushabh Mehta | 0c18b18 | 2012-04-16 11:18:45 +0530 | [diff] [blame] | 8 | font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif; |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 9 | font-size: 13px; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 10 | } |
| 11 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 12 | span, div, td, input, textarea, button, select { |
| 13 | font-family: inherit; |
| 14 | } |
| 15 | |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 16 | body { |
Rushabh Mehta | 3f46696 | 2012-03-22 11:37:08 +0530 | [diff] [blame] | 17 | background: url(../images/redbeech.jpg) repeat; |
Rushabh Mehta | b43f949 | 2012-04-08 20:33:51 +0530 | [diff] [blame] | 18 | color: #616161; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 19 | } |
| 20 | |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 21 | .small { |
| 22 | font-size: 11.5px; |
| 23 | } |
| 24 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 25 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 26 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 27 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 28 | } |
| 29 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 30 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 31 | margin: -3px 0px; |
| 32 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 33 | min-width: 20px; |
| 34 | text-align: center; |
| 35 | display: inline-block; |
| 36 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 37 | color: #999999; |
| 38 | background-color: #333131; |
| 39 | } |
| 40 | |
| 41 | .navbar-new-comments:hover, |
| 42 | .navbar-new-comments:active, |
| 43 | .navbar-new-comments:focus { |
| 44 | color: #fff; |
| 45 | } |
| 46 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 47 | .navbar-new-comments-true { |
| 48 | color: #fff; |
| 49 | background-color: #B00D07; |
| 50 | } |
| 51 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 52 | /*extra size menus for recent*/ |
| 53 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 54 | min-width: 160px !important; |
| 55 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 56 | } |