Dashboards widgets
This commit is contained in:
1
backend/app/plugins/wiaas/assets/css/datatables.min.css
vendored
Normal file
1
backend/app/plugins/wiaas/assets/css/datatables.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,25 @@
|
||||
.wiaas-dashboard-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wiaas-dashboard-table thead td {
|
||||
padding: .5em 1em
|
||||
}
|
||||
|
||||
.wiaas-dashboard-table tbody td {
|
||||
border-top: 1px solid #f5f5f5;
|
||||
vertical-align: middle;
|
||||
padding: 1em
|
||||
}
|
||||
|
||||
.wiaas-dashboard-table-empty {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wiaas-dashboard-table-empty p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
time.wiaas-order-date {
|
||||
color: #999;
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
#wiaas_delivery_process_order_notes .note_content {
|
||||
background: #a7cedc;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#wiaas_delivery_process_order_notes .note_content:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
left: 20px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-width: 10px 10px 0 0;
|
||||
border-style: solid;
|
||||
border-color: #a7cedc transparent;
|
||||
}
|
||||
|
||||
#wiaas_delivery_process_order_notes .note_content p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#wiaas_delivery_process_order_notes p.meta {
|
||||
padding: 10px;
|
||||
color: #999;
|
||||
margin: 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#wiaas_delivery_process_order_notes .add-note {
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 10px 10px 0;
|
||||
}
|
||||
|
||||
#wiaas_delivery_process_order_notes .add-note textarea {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
37
backend/app/plugins/wiaas/assets/css/wiaas-admin.css
Normal file
37
backend/app/plugins/wiaas/assets/css/wiaas-admin.css
Normal file
@@ -0,0 +1,37 @@
|
||||
mark.wiaas-order-status {
|
||||
display: inline-flex;
|
||||
padding: 0 1em;
|
||||
line-height: 2.5em;
|
||||
color: #777;
|
||||
background: #e5e5e5;
|
||||
border-radius: 4px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .05);
|
||||
margin: -.5em 0;
|
||||
cursor: inherit !important;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
mark.wiaas-order-status-completed {
|
||||
background: #c8d7e1;
|
||||
color: #2e4453
|
||||
}
|
||||
|
||||
mark.wiaas-order-status-on-hold {
|
||||
background: #f8dda7;
|
||||
color: #94660c
|
||||
}
|
||||
|
||||
mark.wiaas-order-status-failed {
|
||||
background: #eba3a3;
|
||||
color: #761919
|
||||
}
|
||||
|
||||
mark.wiaas-order-status-processing {
|
||||
background: #c6e1c6;
|
||||
color: #5b841b
|
||||
}
|
||||
|
||||
mark.wiaas-order-status-trash {
|
||||
background: #eba3a3;
|
||||
color: #761919
|
||||
}
|
||||
Reference in New Issue
Block a user