blob: 490b2f4ee9540e42322e64ecdf74d0c4c19d7779 [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehta0c18b182012-04-16 11:18:45 +05302 font-family: "Helvetica Neue", "Open Sans", 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 Mehta0c18b182012-04-16 11:18:45 +05307 font-family: "Helvetica Neue", "Open Sans", 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
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053015body {
Rushabh Mehtab43f9492012-04-08 20:33:51 +053016 color: #616161;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053017}
18
Rushabh Mehta983a1712012-03-21 13:35:34 +053019.small {
20 font-size: 11.5px;
21}
22
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053023.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053024 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053025 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053026}
27
Anand Doshidb628762012-02-24 17:56:00 +053028.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053029 margin: -3px 0px;
30 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053031 min-width: 20px;
32 text-align: center;
33 display: inline-block;
34 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053035 color: #999999;
36 background-color: #333131;
37}
38
39.navbar-new-comments:hover,
40.navbar-new-comments:active,
41.navbar-new-comments:focus {
42 color: #fff;
43}
44
Anand Doshi5b1beeb2012-02-27 17:17:48 +053045.navbar-new-comments-true {
46 color: #fff;
47 background-color: #B00D07;
48}
49
Anand Doshi5b1beeb2012-02-27 17:17:48 +053050/*extra size menus for recent*/
51.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
52 min-width: 160px !important;
53 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +053054}
Anand Doshi1ed4ef12012-04-27 15:30:23 +053055
56.expiry-info {
57 margin-top: 40px;
58 margin-bottom: -40px;
59 text-align: center;
60 background-color: rgb(255, 255, 204);
61 padding: 7px;
62 z-index: 1;
63}