style.css in Tiered Pricing Table for WooCommerce 2.0.2, at assets/admin/style.css
| 1 | .add-new-price-rule { |
| 2 | |
| 3 | } |
| 4 | .remove-price-rule { |
| 5 | display: inline-block; |
| 6 | position: relative; |
| 7 | padding: 2px 0 2px 5px; |
| 8 | outline: none; |
| 9 | cursor: pointer; |
| 10 | } |
| 11 | .remove-price-rule:focus { |
| 12 | box-shadow: none !important; |
| 13 | } |
| 14 | |
| 15 | .price-quantity-rule { |
| 16 | margin-right: 2% !important; |
| 17 | height: auto !important; |
| 18 | } |
| 19 | |
| 20 | .price-quantity-rule--variation:first-child { |
| 21 | margin-right: 1.6% !important; |
| 22 | } |
| 23 | |
| 24 | .price-quantity-rule--simple { |
| 25 | width: 24% !important; |
| 26 | } |
| 27 | |
| 28 | .price-quantity-rule--variation { |
| 29 | width: 23% !important; |
| 30 | } |