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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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