blob: 9b17bec6b6b3ef2df5d87050450cd1c7451badea [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 Mehta983a1712012-03-21 13:35:34 +05307 font-size: 13px;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05308}
9
Rushabh Mehta7018b192012-02-02 13:42:28 +053010span, div, td, input, textarea, button, select {
11 font-family: inherit;
12}
13
Rushabh Mehta983a1712012-03-21 13:35:34 +053014.small {
15 font-size: 11.5px;
16}
17
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053018.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053019 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053020 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053021}
22
Anand Doshidb628762012-02-24 17:56:00 +053023.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053024 margin: -3px 0px;
25 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053026 min-width: 20px;
27 text-align: center;
28 display: inline-block;
29 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053030 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 Doshi5b1beeb2012-02-27 17:17:48 +053040.navbar-new-comments-true {
41 color: #fff;
42 background-color: #B00D07;
43}
44
Anand Doshi5b1beeb2012-02-27 17:17:48 +053045/*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 Doshic3023be2012-02-20 16:31:55 +053049}
Anand Doshi1ed4ef12012-04-27 15:30:23 +053050
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 Doshi575545d2012-06-13 19:36:55 +053059
60.show-all-reports {
61 margin-top: 5px;
62 font-size: 11px;
Rushabh Mehta3c041932012-09-28 18:47:47 +053063}
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 Mehta3c041932012-09-28 18:47:47 +053068.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 Doshi575545d2012-06-13 19:36:55 +053084}