2012-02-02 08:12:28 +00:00
|
|
|
h1, h2, h3, h4, h5 {
|
2012-04-16 05:48:45 +00:00
|
|
|
font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
|
2012-04-10 06:21:08 +00:00
|
|
|
margin-top: 0.2em;
|
2011-09-06 07:16:33 +00:00
|
|
|
}
|
|
|
|
|
2012-02-02 08:12:28 +00:00
|
|
|
body {
|
2012-04-16 05:48:45 +00:00
|
|
|
font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
|
2012-03-21 08:05:34 +00:00
|
|
|
font-size: 13px;
|
2011-09-06 07:16:33 +00:00
|
|
|
}
|
|
|
|
|
2012-02-02 08:12:28 +00:00
|
|
|
span, div, td, input, textarea, button, select {
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
|
|
|
|
2011-06-08 09:07:15 +00:00
|
|
|
body {
|
2012-03-22 06:07:08 +00:00
|
|
|
background: url(../images/redbeech.jpg) repeat;
|
2012-04-08 15:03:51 +00:00
|
|
|
color: #616161;
|
2011-06-08 09:07:15 +00:00
|
|
|
}
|
|
|
|
|
2012-03-21 08:05:34 +00:00
|
|
|
.small {
|
|
|
|
font-size: 11.5px;
|
|
|
|
}
|
|
|
|
|
2012-01-17 12:47:06 +00:00
|
|
|
.erpnext-footer {
|
2012-03-01 08:00:34 +00:00
|
|
|
margin: 11px auto;
|
2012-01-17 12:47:06 +00:00
|
|
|
text-align: center;
|
2011-06-08 09:07:15 +00:00
|
|
|
}
|
|
|
|
|
2012-02-24 12:26:00 +00:00
|
|
|
.navbar-new-comments {
|
2012-02-20 11:01:55 +00:00
|
|
|
margin: -3px 0px;
|
|
|
|
padding: 2px;
|
|
|
|
min-width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 2px;
|
2012-02-27 11:47:48 +00:00
|
|
|
color: #999999;
|
|
|
|
background-color: #333131;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-new-comments:hover,
|
|
|
|
.navbar-new-comments:active,
|
|
|
|
.navbar-new-comments:focus {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-new-comments-true {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #B00D07;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*extra size menus for recent*/
|
|
|
|
.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
|
|
|
|
min-width: 160px !important;
|
|
|
|
max-width: 260px !important;
|
2012-02-20 11:01:55 +00:00
|
|
|
}
|