90 lines
1.8 KiB
CSS
90 lines
1.8 KiB
CSS
#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;
|
|
}
|
|
|
|
.wiaas-delivery-process-timeline-note {
|
|
margin: 20px 0 30px;
|
|
clear: both;
|
|
width: 100%;
|
|
}
|
|
|
|
.wiaas-delivery-process-timeline-note > div.wiaas-delivery-process-timeline-note-body-wrap {
|
|
border: 1px solid #E0E0E0;
|
|
margin-left: 100px;
|
|
padding: 10px;
|
|
display: block;
|
|
}
|
|
|
|
.wiaas-delivery-process-timeline-note > div .wiaas-delivery-process-timeline-note-body {
|
|
|
|
overflow-y: hidden;
|
|
display: block;
|
|
line-height: 1.3em;
|
|
width: 100%;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.wiaas-delivery-process-timeline-note-title {
|
|
float: left;
|
|
margin-bottom: 0.5em;
|
|
font-size: 1.2em;
|
|
color: #939FA5;
|
|
}
|
|
|
|
.wiaas-delivery-process-timeline-note-date {
|
|
color: #939FA5;
|
|
float: right;
|
|
font-size: 11px;
|
|
text-align: right;
|
|
display: block;
|
|
}
|
|
|
|
.wiaas-delivery-process-timeline-note-avatar {
|
|
float: left;
|
|
width: 84px;
|
|
text-align: center;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.wiaas-delivery-process-step-instructions {
|
|
padding: 10px 50px;
|
|
border-bottom: 1px solid #eee;
|
|
} |