Files
PrestaShop/themes/default-bootstrap/css/history.css
T
2013-10-23 16:56:02 +02:00

50 lines
1.0 KiB
CSS

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/************************************************************
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 tfoot strong {
color: #333;
}
.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;
}