53 lines
1.3 KiB
CSS
53 lines
1.3 KiB
CSS
h1, h2, h3, h4, h5 {
|
|
font-family: Tahoma, Arial, Verdana, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
span, div, td, input, textarea, button, select {
|
|
font-family: inherit;
|
|
}
|
|
|
|
body {
|
|
}
|
|
|
|
.erpnext-footer {
|
|
margin: 3px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.module-icons {
|
|
background: url(../images/module-icons.png) no-repeat top left;
|
|
width:16px;
|
|
height:16px;
|
|
}
|
|
|
|
.module-icons-accounts{ background-position: 0 0; }
|
|
.module-icons-analysis{ background-position: 0 -66px; }
|
|
.module-icons-buying{ background-position: 0 -132px; }
|
|
.module-icons-home{ background-position: 0 -198px; }
|
|
.module-icons-hr{ background-position: 0 -264px; }
|
|
.module-icons-people{ background-position: 0 -330px; }
|
|
.module-icons-production{ background-position: 0 -396px; }
|
|
.module-icons-projects{ background-position: 0 -462px; }
|
|
.module-icons-selling{ background-position: 0 -528px; }
|
|
.module-icons-setup{ background-position: 0 -594px; }
|
|
.module-icons-stock{ background-position: 0 -660px; }
|
|
.module-icons-support{ background-position: 0 -726px; }
|
|
|
|
.navbar-new-comments {
|
|
margin: -3px 0px;
|
|
padding: 2px;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
background-color: #B00D07;
|
|
min-width: 20px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
}
|