85 lines
3.0 KiB
CSS
85 lines
3.0 KiB
CSS
h1, h2, h3, h4, h5 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
span, div, td, input, textarea, button, select {
|
|
font-family: inherit;
|
|
}
|
|
|
|
.small {
|
|
font-size: 11.5px;
|
|
}
|
|
|
|
.erpnext-footer {
|
|
margin: 11px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.navbar-new-comments {
|
|
margin: -3px 0px;
|
|
padding: 2px;
|
|
min-width: 20px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
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;
|
|
}
|
|
|
|
.expiry-info {
|
|
margin-top: 40px;
|
|
margin-bottom: -40px;
|
|
text-align: center;
|
|
background-color: rgb(255, 255, 204);
|
|
padding: 7px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.show-all-reports {
|
|
margin-top: 5px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.small-module-icons-accounts{ background-position: 0 0; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-selling{ background-position: 0 -67px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-calendar{ background-position: 0 -134px; width: 15px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-dashboard{ background-position: 0 -201px; width: 17px; height: 12px; }
|
|
.small-module-icons-feed{ background-position: 0 -263px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-hr{ background-position: 0 -330px; width: 17px; height: 14px; margin-top: -1px; }
|
|
.small-module-icons-kb{ background-position: 0 -394px; width: 10px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-messages{ background-position: 0 -461px; width: 17px; height: 11px; }
|
|
.small-module-icons-production{ background-position: 0 -522px; width: 17px; height: 14px; margin-top: -1px; }
|
|
.small-module-icons-projects{ background-position: 0 -586px; width: 17px; height: 10px; }
|
|
.small-module-icons-buying{ background-position: 0 -646px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-setup{ background-position: 0 -713px; width: 16px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-stock{ background-position: 0 -780px; width: 14px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-support{ background-position: 0 -847px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
.small-module-icons-todo{ background-position: 0 -914px; width: 17px; height: 15px; margin-top: -1px; margin-bottom: -1px; }
|
|
.small-module-icons-website{ background-position: 0 -979px; width: 17px; height: 17px; margin-top: -2px; margin-bottom: -2px; }
|
|
|
|
.small-module-icons {
|
|
background-image: url("../app/images/module-icons-small.png");
|
|
display: inline-block;
|
|
} |