From e79188b35c7990e28199e03e3cb9e9a4cc6ae210 Mon Sep 17 00:00:00 2001 From: James Koster Date: Fri, 13 Jan 2012 15:13:48 +0000 Subject: [PATCH] attributes table and tidy up --- assets/css/woocommerce.css | 2 +- assets/css/woocommerce.less | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/woocommerce.css b/assets/css/woocommerce.css index 31c2e736969..86bf300bf7a 100644 --- a/assets/css/woocommerce.css +++ b/assets/css/woocommerce.css @@ -90,7 +90,7 @@ p.stars span a.star-2{width:32px;z-index:9;} p.stars span a.star-3{width:48px;z-index:8;} p.stars span a.star-4{width:64px;z-index: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);}table.shop_attributes th{width:150px;font-weight:bold;padding:8px;color:black;border-bottom:1px dotted rgba(0, 0, 0, 0.1);margin:0;line-height:1.5em;} +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;color:black;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-bottom:1px dotted rgba(0, 0, 0, 0.1);margin:0;line-height:1.5em;}table.shop_attributes td p{margin:0;padding:8px;} 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{color:#888;font-size:12px;font-weight:bold;line-height:18px;padding:9px 12px;} diff --git a/assets/css/woocommerce.less b/assets/css/woocommerce.less index d258eaf44c4..ed1ea374a6c 100644 --- a/assets/css/woocommerce.less +++ b/assets/css/woocommerce.less @@ -762,6 +762,8 @@ p.stars { table.shop_attributes { border: 0; border-top: 1px dotted rgba(0,0,0,0.1); + margin-bottom:1.618em; + width:100%; th { width: 150px; font-weight: bold;