font-size

removed a couple others
This commit is contained in:
James Koster 2012-04-30 13:22:13 +01:00
parent 12362bbdaa
commit 911ae3dd71
2 changed files with 2 additions and 4 deletions

View File

@ -102,7 +102,7 @@ p.stars span a.star-5{width:80px;z-index:6;}
table.shop_attributes{border:0;border-top:1px dotted rgba(0, 0, 0, 0.1);margin-bottom:1.618em;width:100%;}table.shop_attributes th{width:150px;font-weight:bold;padding:8px;border-top:0;border-bottom:1px dotted rgba(0, 0, 0, 0.1);margin:0;line-height:1.5em;}
table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0, 0, 0, 0.1);margin:0;line-height:1.5em;}table.shop_attributes td p{margin:0;padding:8px 0;}
table.shop_attributes .alt td,table.shop_attributes .alt th{background:rgba(0, 0, 0, 0.025);}
table.shop_table{border:1px solid rgba(0, 0, 0, 0.1);margin:0px -1px 24px 0px;text-align:left;width:100%;border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}table.shop_table th{font-size:12px;font-weight:bold;line-height:18px;padding:9px 12px;}
table.shop_table{border:1px solid rgba(0, 0, 0, 0.1);margin:0px -1px 24px 0px;text-align:left;width:100%;border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}table.shop_table th{font-weight:bold;line-height:18px;padding:9px 12px;}
table.shop_table td{border-top:1px solid rgba(0, 0, 0, 0.1);padding:6px 12px;vertical-align:middle;}
table.shop_table td.product-quantity{text-align:center;}
table.shop_table tfoot td{font-weight:bold;}
@ -117,7 +117,7 @@ table.cart th,#content table.cart th,table.cart td,#content table.cart td{vertic
table.cart a.remove,#content table.cart a.remove{display:block;height:16px;width:16px;text-indent:-9999px;background:url(../images/remove.png) #e0dadf;}
table.cart a.remove:hover,#content table.cart a.remove:hover{background-color:red;}
table.cart td.actions,#content table.cart td.actions{text-align:right;}table.cart td.actions .coupon,#content table.cart td.actions .coupon{float:left;}table.cart td.actions .coupon label,#content table.cart td.actions .coupon label{display:none;}
table.cart td.actions .coupon .input-text,#content table.cart td.actions .coupon .input-text{width:80px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);border:1px solid #e0dadf;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;font-size:14px;line-height:1em;}
table.cart td.actions .coupon .input-text,#content table.cart td.actions .coupon .input-text{width:80px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);border:1px solid #e0dadf;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1em;}
table.cart td.actions .button.alt,#content table.cart td.actions .button.alt{float:right;margin-left:.25em;}
table.cart input,#content table.cart input{margin:0;vertical-align:middle;line-height:1em;}
ul.cart_list,ul.product_list_widget{list-style:none outside;padding:0;margin:0;}ul.cart_list li,ul.product_list_widget li{padding:4px 0;margin:0;list-style:none;}ul.cart_list li:after,ul.product_list_widget li:after{content:"";display:block;clear:both;}

View File

@ -836,7 +836,6 @@ table.shop_table {
border-collapse: separate;
.border_radius(5px);
th {
font-size: 12px;
font-weight:bold;
line-height: 18px;
padding: 9px 12px;
@ -931,7 +930,6 @@ table.cart, #content table.cart {
margin: 0 4px 0 0;
outline: 0;
//background: lighten(@secondary, 5) none;
font-size: 14px;
line-height: 1em;
}
}