blob: f61e648325f969d7f6adcb8f5ff2e30614bc17dc [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 Mehtad2cec5b2012-04-10 11:51:08 +05303 margin-top: 0.2em;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05304}
5
Rushabh Mehta7018b192012-02-02 13:42:28 +05306body {
Rushabh Mehta8eba1182012-05-02 09:45:28 +05307 font-family: Arial, Helvetica, sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05308 font-size: 13px;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05309}
10
Rushabh Mehta7018b192012-02-02 13:42:28 +053011span, div, td, input, textarea, button, select {
12 font-family: inherit;
13}
14
Rushabh Mehta983a1712012-03-21 13:35:34 +053015.small {
16 font-size: 11.5px;
17}
18
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053019.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053020 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053021 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053022}
23
Anand Doshidb628762012-02-24 17:56:00 +053024.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053025 margin: -3px 0px;
26 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053027 min-width: 20px;
28 text-align: center;
29 display: inline-block;
30 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053031 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 Doshi5b1beeb2012-02-27 17:17:48 +053041.navbar-new-comments-true {
42 color: #fff;
43 background-color: #B00D07;
44}
45
Anand Doshi5b1beeb2012-02-27 17:17:48 +053046/*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 Doshic3023be2012-02-20 16:31:55 +053050}
Anand Doshi1ed4ef12012-04-27 15:30:23 +053051
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 Doshi575545d2012-06-13 19:36:55 +053060
61.show-all-reports {
62 margin-top: 5px;
63 font-size: 11px;
Rushabh Mehta3c041932012-09-28 18:47:47 +053064}
65
66.small-module-icons-accounts{ background-position: 0 0; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
67.small-module-icons-selling{ background-position: 0 -67px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
68.small-module-icons-calendar{ background-position: 0 -134px; width: 15px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
69.small-module-icons-dashboard{ background-position: 0 -201px; width: 17px; height: 12px; }
70.small-module-icons-feed{ background-position: 0 -263px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
71.small-module-icons-hr{ background-position: 0 -330px; width: 17px; height: 14px; margin-top: -1px; }
72.small-module-icons-kb{ background-position: 0 -394px; width: 10px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
73.small-module-icons-messages{ background-position: 0 -461px; width: 17px; height: 11px; }
74.small-module-icons-production{ background-position: 0 -522px; width: 17px; height: 14px; margin-top: -1px; }
75.small-module-icons-projects{ background-position: 0 -586px; width: 17px; height: 10px; }
76.small-module-icons-buying{ background-position: 0 -646px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
77.small-module-icons-setup{ background-position: 0 -713px; width: 16px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
78.small-module-icons-stock{ background-position: 0 -780px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
79.small-module-icons-support{ background-position: 0 -847px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
80.small-module-icons-todo{ background-position: 0 -914px; width: 17px; height: 15px; margin-top: -1px; margin-bottom: -1px; }
81.small-module-icons-website{ background-position: 0 -979px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
82
83.small-module-icons {
84 background-image: url("../app/images/module-icons-small.png");
85 display: inline-block;
Anand Doshi575545d2012-06-13 19:36:55 +053086}