48 lines
678 B
CSS
Raw Normal View History

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