blob: b413d9dc876b49bdacba90edf44d294a37c68ff8 [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;
64}