blob: 88ebedd250ef1b2fb914e7584a0adc88294ed0c2 [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;
63}