diff --git a/assets/css/woocommerce.css b/assets/css/woocommerce.css index eed0eae0e8f..96325b88c4f 100644 --- a/assets/css/woocommerce.css +++ b/assets/css/woocommerce.css @@ -148,6 +148,8 @@ div.shipping-address{padding:0;clear:left;} .order_details li.method{border:none;} .addresses .title{overflow:hidden;zoom:1;}.addresses .title h3{float:left;} .addresses .title .edit{float:right;} +ol.commentlist.notes li.note p.meta{font-weight:bold;margin-bottom:0;} +ol.commentlist.notes li.note .description p:last-child{margin-bottom:0;} .widget_price_filter .price_slider_wrapper .button{float:right;margin:0;} .widget_price_filter .price_slider_wrapper .price_slider{margin:1em .6em .6em;}.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle{outline:0;} .widget_price_filter .price_slider_wrapper .price_slider_amount{overflow:hidden;line-height:2em;} diff --git a/assets/css/woocommerce.less b/assets/css/woocommerce.less index 225aee2796b..94318e5f6c5 100644 --- a/assets/css/woocommerce.less +++ b/assets/css/woocommerce.less @@ -1205,6 +1205,21 @@ div.shipping-address { } } +ol.commentlist.notes { + li.note { + + p.meta { + font-weight: bold; + margin-bottom:0; + } + .description { + p:last-child { + margin-bottom:0; + } + } + } +} + /* =Layered Nav Widgets -------------------------------------------------------------- */