68 lines
1.4 KiB
CSS
Executable File
68 lines
1.4 KiB
CSS
Executable File
/************************************************************
|
|
History Page Styles
|
|
************************************************************/
|
|
#order-detail-content table .return_quantity_buttons {
|
|
margin-top: 3px; }
|
|
#order-detail-content table .return_quantity_buttons a {
|
|
display: none;
|
|
float: left; }
|
|
#order-detail-content table .return_quantity_buttons a + a {
|
|
margin-left: 3px; }
|
|
#order-detail-content table .order_qte_input {
|
|
display: none;
|
|
width: 57px;
|
|
height: 27px;
|
|
line-height: 27px;
|
|
padding: 0;
|
|
text-align: center; }
|
|
#order-detail-content table label {
|
|
font-weight: 400; }
|
|
|
|
.table td.history_detail a + a {
|
|
margin-left: 14px; }
|
|
.table td.step-by-step-date {
|
|
width: 105px; }
|
|
.table tfoot strong {
|
|
color: #333333; }
|
|
|
|
.info-order i {
|
|
font-size: 20px; }
|
|
.info-order i.icon-gift {
|
|
color: #f13340; }
|
|
.info-order i.icon-repeat {
|
|
color: #55c65e; }
|
|
|
|
#sendOrderMessage {
|
|
margin-bottom: 30px; }
|
|
#sendOrderMessage select.form-control {
|
|
width: 263px; }
|
|
|
|
#history .right-account p{
|
|
color: #a9adb1;
|
|
font-size: 16px;
|
|
}
|
|
.price{
|
|
font-size: 14px;
|
|
}
|
|
.history_detail a{
|
|
color: #ef5149;
|
|
font-size: 16px;
|
|
padding: 0 0 0 20px;
|
|
background: url("../img/list.png") no-repeat scroll left 3px ;
|
|
}
|
|
#returnOrderMessage p,
|
|
#sendOrderMessage p{
|
|
color: #797d7f;
|
|
font-size: 16px;
|
|
}
|
|
.table-shipping{
|
|
margin-top : 15px;
|
|
}
|
|
|
|
.history_state span{
|
|
display : block;
|
|
color : #fff;
|
|
padding : 10px;
|
|
|
|
border-radius: 5px;
|
|
} |