2012-02-02 13:42:28 +05:30
|
|
|
h1, h2, h3, h4, h5 {
|
2012-05-02 09:45:28 +05:30
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2011-09-06 12:46:33 +05:30
|
|
|
}
|
|
|
|
|
2012-02-02 13:42:28 +05:30
|
|
|
body {
|
2012-05-02 09:45:28 +05:30
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2012-03-21 13:35:34 +05:30
|
|
|
font-size: 13px;
|
2011-09-06 12:46:33 +05:30
|
|
|
}
|
|
|
|
|
2012-02-02 13:42:28 +05:30
|
|
|
span, div, td, input, textarea, button, select {
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
|
|
|
|
2012-03-21 13:35:34 +05:30
|
|
|
.small {
|
|
|
|
font-size: 11.5px;
|
|
|
|
}
|
|
|
|
|
2012-01-17 18:17:06 +05:30
|
|
|
.erpnext-footer {
|
2012-03-01 13:30:34 +05:30
|
|
|
margin: 11px auto;
|
2012-01-17 18:17:06 +05:30
|
|
|
text-align: center;
|
2011-06-08 14:37:15 +05:30
|
|
|
}
|
|
|
|
|
2012-02-24 17:56:00 +05:30
|
|
|
.navbar-new-comments {
|
2012-02-20 16:31:55 +05:30
|
|
|
margin: -3px 0px;
|
|
|
|
padding: 2px;
|
|
|
|
min-width: 20px;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 2px;
|
2012-02-27 17:17:48 +05:30
|
|
|
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 16:31:55 +05:30
|
|
|
}
|
2012-04-27 15:30:23 +05:30
|
|
|
|
|
|
|
.expiry-info {
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: -40px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: rgb(255, 255, 204);
|
|
|
|
padding: 7px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2012-06-13 19:36:55 +05:30
|
|
|
|
|
|
|
.show-all-reports {
|
|
|
|
margin-top: 5px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|