2012-02-02 08:12:28 +00:00
|
|
|
h1, h2, h3, h4, h5 {
|
2012-05-02 04:15:28 +00:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2011-09-06 07:16:33 +00:00
|
|
|
}
|
|
|
|
|
2012-02-02 08:12:28 +00:00
|
|
|
body {
|
2012-05-02 04:15:28 +00:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
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;
|
|
|
|
}
|
|
|
|
|
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-06-13 14:06:55 +00:00
|
|
|
.show-all-reports {
|
|
|
|
margin-top: 5px;
|
|
|
|
font-size: 11px;
|
2013-06-06 13:25:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* toolbar */
|
|
|
|
.toolbar-splash {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2013-07-17 08:45:26 +00:00
|
|
|
margin: -10px auto;
|
2013-09-18 13:05:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* pos */
|
|
|
|
.pos-item {
|
|
|
|
height: 200px;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 5px !important;
|
|
|
|
padding-right: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-bill {
|
2013-10-28 12:51:07 +00:00
|
|
|
margin-left: -30px;
|
|
|
|
margin-top: -10px;
|
|
|
|
padding: 20px 10px;
|
2013-09-18 13:05:12 +00:00
|
|
|
font-family: Monospace;
|
2012-06-13 14:06:55 +00:00
|
|
|
}
|