brotherton-erpnext/erpnext/public/css/erpnext.css

127 lines
2.1 KiB
CSS
Raw Normal View History

2012-01-17 12:47:06 +00:00
.erpnext-footer {
2015-02-24 12:20:44 +00:00
margin: 11px auto;
text-align: center;
}
2012-06-13 14:06:55 +00:00
.show-all-reports {
2015-02-24 12:20:44 +00:00
margin-top: 5px;
font-size: 11px;
}
/* toolbar */
.toolbar-splash {
2015-02-24 12:20:44 +00:00
width: 32px;
height: 32px;
margin: -10px auto;
}
/* pos */
2016-04-07 09:55:43 +00:00
.pos-item-area {
padding: 0px 10px;
}
.pos-item-wrapper {
padding: 5px;
}
.pos-item {
2015-02-24 12:20:44 +00:00
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
padding: 5px;
2016-04-07 09:55:43 +00:00
padding-bottom: 15px;
2015-02-24 12:20:44 +00:00
border: 1px solid #d1d8dd;
2016-04-07 09:55:43 +00:00
margin-bottom: 5px;
2015-02-24 12:20:44 +00:00
}
2015-01-06 11:44:13 +00:00
.pos-item-text {
2015-02-24 12:20:44 +00:00
padding: 0px 5px;
2015-01-06 11:44:13 +00:00
}
2015-01-05 10:49:12 +00:00
.pos-item .item-code {
2015-02-24 12:20:44 +00:00
margin-bottom: 0px;
2015-01-05 10:49:12 +00:00
}
.pos-item .no-image {
2015-02-24 12:20:44 +00:00
background-color: #fafbfc;
border: 1px dashed #d1d8dd;
2015-01-05 10:49:12 +00:00
}
.pos-item-image {
2016-04-07 09:55:43 +00:00
width: 100%;
height: 0px;
padding: 50% 0;
text-align: center;
line-height: 0;
2016-04-11 12:04:25 +00:00
color: #d1d8dd;
2016-04-07 09:55:43 +00:00
font-size: 30px;
2015-02-24 12:20:44 +00:00
background-size: cover;
border: 1px solid transparent;
2015-03-20 08:48:09 +00:00
background-position: top center;
}
2014-12-19 10:50:32 +00:00
.pos-item-area {
2015-02-24 12:20:44 +00:00
border: 1px solid #d1d8dd;
border-top: none;
2014-12-19 10:50:32 +00:00
}
.pos-item-toolbar {
2015-02-24 12:20:44 +00:00
padding: 10px 0px;
border-bottom: 1px solid #d1d8dd;
2014-12-19 10:50:32 +00:00
}
.item-list-area {
2015-02-24 12:20:44 +00:00
padding: 15px 0px;
2014-12-19 10:50:32 +00:00
}
2015-02-24 12:20:44 +00:00
.pos-toolbar,
.pos-bill-toolbar {
padding: 10px 0px;
border-bottom: 1px solid #d1d8dd;
height: 51px;
2014-12-19 10:50:32 +00:00
}
.pos-item-toolbar .form-group {
2015-02-24 12:20:44 +00:00
margin-bottom: 0px;
2014-12-19 10:50:32 +00:00
}
.pos-bill-wrapper {
2015-02-24 12:20:44 +00:00
border: 1px solid #d1d8dd;
border-top: none;
margin-right: -1px;
2014-12-19 10:50:32 +00:00
}
.pos-bill {
2015-02-24 12:20:44 +00:00
margin-left: -15px;
margin-right: -15px;
2014-12-19 10:50:32 +00:00
}
.pos-bill-row {
2015-02-24 12:20:44 +00:00
margin: 0px;
padding: 7px 0px;
border-top: 1px solid #d1d8dd;
2014-12-19 10:50:32 +00:00
}
.pos-bill-header {
2015-02-24 12:20:44 +00:00
border: none !important;
background-color: #f5f7fa;
2014-12-19 10:50:32 +00:00
}
.pos-item-qty {
2015-02-24 12:20:44 +00:00
display: inline-block;
2014-12-19 10:50:32 +00:00
}
.pos-qty-row > div {
2015-02-24 12:20:44 +00:00
padding: 5px 0px;
2014-12-19 10:50:32 +00:00
}
.pos-qty-btn {
2015-02-24 12:20:44 +00:00
margin-top: 3px;
cursor: pointer;
font-size: 120%;
}
2015-01-05 10:49:12 +00:00
.pos .search-area .form-group {
2015-02-24 12:20:44 +00:00
max-width: 100% !important;
2015-01-05 10:49:12 +00:00
}
.pos .tax-table {
2015-02-24 12:20:44 +00:00
margin-bottom: 10px;
2015-01-05 10:49:12 +00:00
}
.erpnext-icon {
width: 24px;
2016-04-25 12:23:42 +00:00
ackmargin-right: 0px;
margin-top: -3px;
}
.pos .discount-amount-area .discount-field-col {
padding-left: 0px;
}
.pos .discount-amount-area .input-group {
margin-top: 2px;
}
2016-04-25 12:23:42 +00:00
.dashboard-list-item {
background-color: inherit;
padding: 7px 15px;
border-bottom: 1px solid #d1d8dd;
}
.dashboard-list-item:last-child {
border-bottom: none;
}