104 lines
1.7 KiB
CSS
Raw Normal View History

2012-01-17 18:17:06 +05:30
.erpnext-footer {
2015-02-24 17:50:44 +05:30
margin: 11px auto;
text-align: center;
}
2012-06-13 19:36:55 +05:30
.show-all-reports {
2015-02-24 17:50:44 +05:30
margin-top: 5px;
font-size: 11px;
}
/* toolbar */
.toolbar-splash {
2015-02-24 17:50:44 +05:30
width: 32px;
height: 32px;
margin: -10px auto;
}
/* pos */
.pos-item {
2015-02-24 17:50:44 +05:30
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
padding: 5px;
height: 0px;
padding-bottom: 38%;
width: 30%;
margin: 1.6%;
border: 1px solid #d1d8dd;
}
2015-01-06 17:14:13 +05:30
.pos-item-text {
2015-02-24 17:50:44 +05:30
padding: 0px 5px;
2015-01-06 17:14:13 +05:30
}
2015-01-05 16:19:12 +05:30
.pos-item .item-code {
2015-02-24 17:50:44 +05:30
margin-bottom: 0px;
2015-01-05 16:19:12 +05:30
}
.pos-item .no-image {
2015-02-24 17:50:44 +05:30
background-color: #fafbfc;
border: 1px dashed #d1d8dd;
2015-01-05 16:19:12 +05:30
}
.pos-item-image {
2015-02-24 17:50:44 +05:30
padding-bottom: 100%;
background-size: cover;
border: 1px solid transparent;
2015-03-20 14:18:09 +05:30
background-position: top center;
}
2014-12-19 16:20:32 +05:30
.pos-item-area {
2015-02-24 17:50:44 +05:30
border: 1px solid #d1d8dd;
border-top: none;
2014-12-19 16:20:32 +05:30
}
.pos-item-toolbar {
2015-02-24 17:50:44 +05:30
padding: 10px 0px;
border-bottom: 1px solid #d1d8dd;
2014-12-19 16:20:32 +05:30
}
.item-list-area {
2015-02-24 17:50:44 +05:30
padding: 15px 0px;
2014-12-19 16:20:32 +05:30
}
2015-02-24 17:50:44 +05:30
.pos-toolbar,
.pos-bill-toolbar {
padding: 10px 0px;
border-bottom: 1px solid #d1d8dd;
height: 51px;
2014-12-19 16:20:32 +05:30
}
.pos-item-toolbar .form-group {
2015-02-24 17:50:44 +05:30
margin-bottom: 0px;
2014-12-19 16:20:32 +05:30
}
.pos-bill-wrapper {
2015-02-24 17:50:44 +05:30
border: 1px solid #d1d8dd;
border-top: none;
margin-right: -1px;
2014-12-19 16:20:32 +05:30
}
.pos-bill {
2015-02-24 17:50:44 +05:30
margin-left: -15px;
margin-right: -15px;
2014-12-19 16:20:32 +05:30
}
.pos-bill-row {
2015-02-24 17:50:44 +05:30
margin: 0px;
padding: 7px 0px;
border-top: 1px solid #d1d8dd;
2014-12-19 16:20:32 +05:30
}
.pos-bill-header {
2015-02-24 17:50:44 +05:30
border: none !important;
background-color: #f5f7fa;
2014-12-19 16:20:32 +05:30
}
.pos-item-qty {
2015-02-24 17:50:44 +05:30
display: inline-block;
2014-12-19 16:20:32 +05:30
}
.pos-qty-row > div {
2015-02-24 17:50:44 +05:30
padding: 5px 0px;
2014-12-19 16:20:32 +05:30
}
.pos-qty-btn {
2015-02-24 17:50:44 +05:30
margin-top: 3px;
cursor: pointer;
font-size: 120%;
}
2015-01-05 16:19:12 +05:30
.pos .search-area .form-group {
2015-02-24 17:50:44 +05:30
max-width: 100% !important;
2015-01-05 16:19:12 +05:30
}
.pos .tax-table {
2015-02-24 17:50:44 +05:30
margin-bottom: 10px;
2015-01-05 16:19:12 +05:30
}
.erpnext-icon {
width: 24px;
margin-right: 0px;
margin-top: -3px;
}