sort / add account. #4042

This commit is contained in:
James Koster 2013-11-08 11:33:22 +00:00
parent 77b35c4be8
commit cb24997c11
2 changed files with 25 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -1717,14 +1717,25 @@ table.wc_tax_rates, table.wc_input_table {
position: relative; position: relative;
background: #f9f9f9; background: #f9f9f9;
&:before { &:before {
content: ""; content: "\e032";
font-family: 'WooCommerce';
text-align: center;
line-height: 2;
position: absolute; position: absolute;
top: 0.75em; color: #999;
left: 0.5em; top:0;
width: 1em; right:0;
height: 0.125em; bottom:0;
border-top: 0.375em double #777; left:0;
border-bottom: 0.125em solid #777; display: block;
width:100%;
height: 100%;
outline: 1px solid red;
}
&:hover {
&:before {
color: #333;
}
} }
} }
.button { .button {
@ -1750,6 +1761,12 @@ table.wc_tax_rates, table.wc_input_table {
text-shadow: none; text-shadow: none;
} }
} }
tfoot {
th {
padding-left:20px;
padding-right:20px;
}
}
} }
table.wc_gateways, table.wc_shipping { table.wc_gateways, table.wc_shipping {
position: relative; position: relative;