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 | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 7 | font-size: 13px; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 8 | } |
| 9 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 10 | span, div, td, input, textarea, button, select { |
| 11 | font-family: inherit; |
| 12 | } |
| 13 | |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 14 | .small { |
| 15 | font-size: 11.5px; |
| 16 | } |
| 17 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 18 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 19 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 20 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 21 | } |
| 22 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 23 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 24 | margin: -3px 0px; |
| 25 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 26 | min-width: 20px; |
| 27 | text-align: center; |
| 28 | display: inline-block; |
| 29 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 30 | color: #999999; |
| 31 | background-color: #333131; |
| 32 | } |
| 33 | |
| 34 | .navbar-new-comments:hover, |
| 35 | .navbar-new-comments:active, |
| 36 | .navbar-new-comments:focus { |
| 37 | color: #fff; |
| 38 | } |
| 39 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 40 | .navbar-new-comments-true { |
| 41 | color: #fff; |
| 42 | background-color: #B00D07; |
| 43 | } |
| 44 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 45 | /*extra size menus for recent*/ |
| 46 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 47 | min-width: 160px !important; |
| 48 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 49 | } |
Anand Doshi | 1ed4ef1 | 2012-04-27 15:30:23 +0530 | [diff] [blame] | 50 | |
| 51 | .expiry-info { |
| 52 | margin-top: 40px; |
| 53 | margin-bottom: -40px; |
| 54 | text-align: center; |
| 55 | background-color: rgb(255, 255, 204); |
| 56 | padding: 7px; |
| 57 | z-index: 1; |
| 58 | } |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 59 | |
| 60 | .show-all-reports { |
| 61 | margin-top: 5px; |
| 62 | font-size: 11px; |
Rushabh Mehta | 3c04193 | 2012-09-28 18:47:47 +0530 | [diff] [blame] | 63 | } |
| 64 | |
| 65 | .small-module-icons-accounts{ background-position: 0 0; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 66 | .small-module-icons-selling{ background-position: 0 -67px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 67 | .small-module-icons-calendar{ background-position: 0 -134px; width: 15px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
Rushabh Mehta | 3c04193 | 2012-09-28 18:47:47 +0530 | [diff] [blame] | 68 | .small-module-icons-feed{ background-position: 0 -263px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 69 | .small-module-icons-hr{ background-position: 0 -330px; width: 17px; height: 14px; margin-top: -1px; } |
| 70 | .small-module-icons-kb{ background-position: 0 -394px; width: 10px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 71 | .small-module-icons-messages{ background-position: 0 -461px; width: 17px; height: 11px; } |
| 72 | .small-module-icons-production{ background-position: 0 -522px; width: 17px; height: 14px; margin-top: -1px; } |
| 73 | .small-module-icons-projects{ background-position: 0 -586px; width: 17px; height: 10px; } |
| 74 | .small-module-icons-buying{ background-position: 0 -646px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 75 | .small-module-icons-setup{ background-position: 0 -713px; width: 16px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 76 | .small-module-icons-stock{ background-position: 0 -780px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 77 | .small-module-icons-support{ background-position: 0 -847px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 78 | .small-module-icons-todo{ background-position: 0 -914px; width: 17px; height: 15px; margin-top: -1px; margin-bottom: -1px; } |
| 79 | .small-module-icons-website{ background-position: 0 -979px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; } |
| 80 | |
| 81 | .small-module-icons { |
| 82 | background-image: url("../app/images/module-icons-small.png"); |
| 83 | display: inline-block; |
Anand Doshi | 575545d | 2012-06-13 19:36:55 +0530 | [diff] [blame] | 84 | } |