General responsive table styling. #9015

Also applied `.shop_table` class to the cart totals table.
This commit is contained in:
James Koster 2015-11-02 13:13:00 +00:00
parent c114489d5b
commit 0b5f91c940
4 changed files with 8 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -38,10 +38,16 @@
td {
display: block;
text-align: right !important; // Important to overwrite order status inline styling
&.order-actions {
text-align: left !important;
}
&:before {
content: attr(data-title) ': ';
font-weight: 700;
float: left;
}
&.product-remove,

File diff suppressed because one or more lines are too long

View File

@ -1638,7 +1638,6 @@ p.demo_store {
border-collapse: separate;
margin: 0 0 6px;
padding: 0;
border-left: 0;
tr:first-child {
th,
@ -1647,21 +1646,11 @@ p.demo_store {
}
}
th {
padding: 6px 12px 0 0;
width: 25%;
}
td {
padding: 6px 0;
}
td,
th {
vertical-align: top;
border-left: 0;
border-right: 0;
padding: 6px 0;
line-height: 2em;
}