354 lines
7.8 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;
}
2017-03-10 14:50:39 +05:30
.erpnext-icon {
width: 24px;
margin-right: 0px;
margin-top: -3px;
2016-04-07 15:25:43 +05:30
}
2017-03-10 14:50:39 +05:30
.dashboard-list-item {
background-color: inherit;
padding: 5px 0px;
border-bottom: 1px solid #d1d8dd;
2015-02-24 17:50:44 +05:30
}
2017-03-10 14:50:39 +05:30
#page-stock-balance .dashboard-list-item {
padding: 5px 15px;
2015-01-06 17:14:13 +05:30
}
2017-03-10 14:50:39 +05:30
.dashboard-list-item:last-child {
border-bottom: none;
2015-01-05 16:19:12 +05:30
}
2017-03-10 14:50:39 +05:30
.frappe-control[data-fieldname='result_html'] {
overflow: scroll;
}
.assessment-result-tool {
table-layout: fixed;
2015-01-05 16:19:12 +05:30
}
2017-03-10 14:50:39 +05:30
.assessment-result-tool input {
2016-04-07 15:25:43 +05:30
width: 100%;
2017-03-10 14:50:39 +05:30
border: 0;
outline: none;
text-align: right;
2014-12-19 16:20:32 +05:30
}
2017-03-10 14:50:39 +05:30
.assessment-result-tool th {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2014-12-19 16:20:32 +05:30
}
2017-03-10 14:50:39 +05:30
.assessment-result-tool .total-score,
.assessment-result-tool .grade,
.assessment-result-tool .score {
text-align: right;
2014-12-19 16:20:32 +05:30
}
2017-03-10 14:50:39 +05:30
/* pos */
body[data-route="pos"] .pos-bill-toolbar {
padding: 10px 0px;
height: 51px;
2017-02-24 18:02:50 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-bill-item:hover,
body[data-route="pos"] .list-customers-table > .pos-list-row:hover {
2017-02-24 18:02:50 +05:30
background-color: #f5f7fa;
cursor: pointer;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-item-qty {
2015-02-24 17:50:44 +05:30
display: inline-block;
2014-12-19 16:20:32 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-qty-row > div {
2015-02-24 17:50:44 +05:30
padding: 5px 0px;
2014-12-19 16:20:32 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-qty-btn {
2015-02-24 17:50:44 +05:30
margin-top: 3px;
cursor: pointer;
font-size: 120%;
}
2017-03-10 14:50:39 +05:30
body[data-route="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
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .tax-table {
2015-02-24 17:50:44 +05:30
margin-bottom: 10px;
2015-01-05 16:19:12 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .discount-field-col {
padding-left: 24px;
2016-06-13 17:46:55 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .discount-amount-area .input-group:first-child {
margin-bottom: 2px;
2016-04-25 17:53:42 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .payment-toolbar .row {
width: 323px;
margin: 0 auto;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .payment-mode {
cursor: pointer;
font-family: sans-serif;
font-size: 15px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-payment-row .col-xs-6 {
padding: 15px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-payment-row {
border-bottom: 1px solid #d1d8dd;
margin: 2px 0px 5px 0px;
height: 60px;
margin-top: 0px;
margin-bottom: 0px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-payment-row:hover,
body[data-route="pos"] .pos-keyboard-key:hover {
background-color: #FAFBFC;
cursor: pointer;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-keyboard-key,
body[data-route="pos"] .delete-btn {
2017-02-28 16:51:17 +05:30
border: 1px solid #d1d8dd;
height: 85px;
width: 85px;
margin: 10px 10px;
font-size: 24px;
font-weight: 200;
background-color: #FDFDFD;
border-color: #e8e8e8;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .numeric-keypad {
2017-02-28 16:51:17 +05:30
border: 1px solid #d1d8dd;
2017-02-24 18:02:50 +05:30
height: 69px;
width: 69px;
font-size: 20px;
2017-02-28 16:51:17 +05:30
font-weight: 200;
background-color: #FDFDFD;
border-color: #e8e8e8;
2017-02-24 18:02:50 +05:30
margin-left: -4px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-pay {
2017-02-24 18:02:50 +05:30
height: 69px;
width: 69px;
font-size: 17px;
font-weight: 200;
margin-left: -4px;
2017-02-28 16:51:17 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .numeric-keypad {
2017-03-06 18:01:58 +05:30
height: 60px;
width: 60px;
2017-02-24 18:02:50 +05:30
font-size: 20px;
font-weight: 200;
2017-03-06 18:01:58 +05:30
border-radius: 0;
background-color: #fff;
2017-02-24 18:02:50 +05:30
margin-left: -4px;
}
@media (max-width: 1199px) {
body[data-route="pos"] .numeric-keypad {
height: 45px;
width: 45px;
font-size: 14px;
}
}
@media (max-width: 991px) {
body[data-route="pos"] .numeric-keypad {
height: 40px;
width: 40px;
}
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .numeric_keypad {
2017-03-06 18:01:58 +05:30
margin-left: -15px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .numeric_keypad > .row > button {
2017-03-06 18:01:58 +05:30
border: none;
border-right: 1px solid #d1d8dd;
border-bottom: 1px solid #d1d8dd;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .numeric_keypad > .row > button:first-child {
2017-03-06 18:01:58 +05:30
border-left: 1px solid #d1d8dd;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .numeric_keypad > .row:first-child > button {
2017-03-06 18:01:58 +05:30
border-top: 1px solid #d1d8dd;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-pay {
2017-03-06 18:01:58 +05:30
background-color: #5E64FF;
border: none;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .multimode-payments {
padding-left: 30px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .payment-toolbar {
padding-right: 30px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .list-row-head.pos-invoice-list {
border-top: 1px solid #d1d8dd;
}
body[data-route="pos"] .modal-dialog {
width: 750px;
}
@media (max-width: 767px) {
body[data-route="pos"] .modal-dialog {
width: auto;
}
body[data-route="pos"] .modal-dialog .modal-content {
height: auto;
}
}
@media (max-width: 767px) {
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .amount-row h3 {
font-size: 15px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-keyboard-key,
body[data-route="pos"] .delete-btn {
height: 50px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .multimode-payments {
padding-left: 15px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .payment-toolbar {
padding-right: 15px;
}
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .amount-label {
font-size: 16px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .selected-payment-mode {
background-color: #FAFBFC;
cursor: pointer;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-invoice-list {
padding: 15px 10px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .write_off_amount,
body[data-route="pos"] .change_amount {
margin: 15px;
width: 130px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-list-row {
2017-03-06 18:01:58 +05:30
display: table;
table-layout: fixed;
width: 100%;
padding: 9px 15px;
font-size: 12px;
margin: 0px;
border-bottom: 1px solid #d1d8dd;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-list-row .cell {
2017-03-06 18:01:58 +05:30
display: table-cell;
vertical-align: middle;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-list-row .cell.price-cell {
width: 50%;
}
body[data-route="pos"] .pos-list-row .subject {
2017-03-09 17:03:14 +05:30
width: 40%;
2017-03-06 18:01:58 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-list-row .list-row-checkbox,
body[data-route="pos"] .pos-list-row .list-select-all {
2017-03-06 18:01:58 +05:30
margin-right: 7px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-bill-header {
2017-03-06 18:01:58 +05:30
background-color: #f5f7fa;
border: 1px solid #d1d8dd;
2017-03-07 18:14:06 +05:30
padding: 13px 15px;
2017-03-06 18:01:58 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-list-row.active {
2017-03-06 18:01:58 +05:30
background-color: #fffce7;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .totals-area {
2017-03-06 18:01:58 +05:30
border-right: 1px solid #d1d8dd;
border-left: 1px solid #d1d8dd;
margin-bottom: 15px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .tax-area .pos-list-row {
border: none;
}
body[data-route="pos"] .item-cart-items {
2017-03-09 14:43:37 +05:30
height: calc(100vh - 526px);
2017-03-06 18:01:58 +05:30
overflow: auto;
border: 1px solid #d1d8dd;
border-top: none;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .no-items-message {
2017-03-09 14:43:37 +05:30
min-height: 200px;
2017-03-06 18:01:58 +05:30
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-list-row:last-child {
2017-03-06 18:01:58 +05:30
border-bottom: none;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .form-section-heading {
2017-03-06 18:01:58 +05:30
padding: 0;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .item-list {
2017-03-09 14:43:37 +05:30
border: 1px solid #d1d8dd;
border-top: none;
max-height: calc(100vh - 190px);
2017-03-07 18:14:06 +05:30
overflow: auto;
}
2017-03-09 14:43:37 +05:30
@media (max-width: 767px) {
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .item-list {
2017-03-09 14:43:37 +05:30
max-height: initial;
}
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .item-list .image-field {
2017-03-07 18:14:06 +05:30
height: 140px;
}
2017-04-20 11:09:43 +05:30
body[data-route="pos"] .item-list .image-field .placeholder-text {
font-size: 50px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .item-list .pos-item-wrapper {
2017-03-09 14:43:37 +05:30
position: relative;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .item-list .price-info {
2017-03-09 14:43:37 +05:30
position: absolute;
2017-03-10 14:50:39 +05:30
left: 0;
2017-03-09 14:43:37 +05:30
bottom: 0;
2017-03-10 14:50:39 +05:30
margin: 0 0 15px 15px;
background-color: rgba(141, 153, 166, 0.6);
padding: 5px 9px;
border-radius: 3px;
color: #fff;
2017-03-09 14:43:37 +05:30
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-bill-toolbar {
2017-03-07 18:14:06 +05:30
margin-top: 10px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .search-item .form-group {
2017-03-07 18:14:06 +05:30
margin: 0;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .item-list-area .pos-bill-header {
2017-03-07 18:14:06 +05:30
padding: 5px;
padding-left: 15px;
}
body[data-route="pos"] .pos-selected-item-action .pos-list-row:first-child {
padding-top: 0;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .pos-selected-item-action > .pos-list-row {
2017-03-07 18:14:06 +05:30
border: none;
2017-03-06 18:01:58 +05:30
}
@media (max-width: 1199px) {
body[data-route="pos"] .pos-selected-item-action > .pos-list-row {
padding: 5px 15px;
}
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .edit-customer-btn {
2017-03-09 14:43:37 +05:30
position: absolute;
right: 57px;
top: 15px;
z-index: 100;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .btn-more {
2017-03-09 14:43:37 +05:30
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
background-color: #fafbfc;
min-height: 200px;
}
2017-03-10 14:50:39 +05:30
body[data-route="pos"] .collapse-btn {
cursor: pointer;
}