blob: bfcbe844d8bad5bf156894e204e6588a4ad609dc [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehta8eba1182012-05-02 09:45:28 +05302 font-family: Arial, Helvetica, sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05303}
4
Rushabh Mehta7018b192012-02-02 13:42:28 +05305body {
Rushabh Mehta8eba1182012-05-02 09:45:28 +05306 font-family: Arial, Helvetica, sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05307}
8
Rushabh Mehta7018b192012-02-02 13:42:28 +05309span, div, td, input, textarea, button, select {
10 font-family: inherit;
11}
12
Rushabh Mehta983a1712012-03-21 13:35:34 +053013.small {
14 font-size: 11.5px;
15}
16
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053017.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053018 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053019 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053020}
21
Anand Doshidb628762012-02-24 17:56:00 +053022.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053023 margin: -3px 0px;
24 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053025 min-width: 20px;
26 text-align: center;
27 display: inline-block;
28 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053029 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 Doshi5b1beeb2012-02-27 17:17:48 +053039.navbar-new-comments-true {
40 color: #fff;
41 background-color: #B00D07;
42}
43
Anand Doshi5b1beeb2012-02-27 17:17:48 +053044/*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 Doshic3023be2012-02-20 16:31:55 +053048}
Anand Doshi1ed4ef12012-04-27 15:30:23 +053049
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 Doshi575545d2012-06-13 19:36:55 +053058
59.show-all-reports {
60 margin-top: 5px;
61 font-size: 11px;
62}