108 lines
1.5 KiB
Plaintext
Executable File
108 lines
1.5 KiB
Plaintext
Executable File
#my-account #center_column {
|
|
> h4 {
|
|
font-size: 12px;
|
|
line-height: 1.5em;
|
|
font-weight: normal;
|
|
color: @color_text;
|
|
}
|
|
|
|
ul {
|
|
list-style: none outside;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
|
|
a {
|
|
display: block;
|
|
padding: 20px;
|
|
background: #e2e2e1;
|
|
|
|
&:hover {
|
|
background: #ffffff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#address #center_column, #identity #center_column {
|
|
h3 {
|
|
font-size: 12px;
|
|
padding: 20px 0px;
|
|
}
|
|
|
|
.info {
|
|
float: right;
|
|
}
|
|
|
|
textarea {
|
|
height: 100px;
|
|
width: 420px;
|
|
}
|
|
}
|
|
|
|
#addresses #center_column h3 {
|
|
font-size: 12px;
|
|
padding: 20px 0px 10px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#block-order-detail {
|
|
p img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.order_qte_input {
|
|
display: none;
|
|
}
|
|
|
|
.aright,
|
|
form p.submit {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
#order-detail-content {
|
|
clear: both;
|
|
padding: 0px 0px 20px;
|
|
}
|
|
|
|
#block-order-detail form,
|
|
#order-return #center_column {
|
|
p.bold {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.history_invoice .icon {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#order-follow #block-history,
|
|
#order-slip #block-history,
|
|
#history #block-history,
|
|
#block-order-detail .table_block,
|
|
#order-return #center_column p.bold {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#discount #center_column > p {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#block-order-detail p,
|
|
#order-return #center_column div,
|
|
#order-return #center_column div p,
|
|
#order-return #center_column p.bold {
|
|
color: @color_text;
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
#history #center_column table.std a,
|
|
#order-slip #center_column table.std a,
|
|
#order-follow #center_column table.std a,
|
|
#block-order-detail a,
|
|
#order-return #center_column div a {
|
|
color: @color_link;
|
|
}
|