PluginProbe
MakeCommerce for WooCommerce / 1.1.7
MakeCommerce for WooCommerce v1.1.7
4.1.0 4.0.8 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 All 96 releases
← All changes | css/makecommerce.css +11 -0 1.01.1.7 View file →
@@ -28,8 +28,13 @@
28 28 height: 0px;
29 29 margin-bottom: 25px;
30 30 display: none;
31 31 }
32 +li.makecommerce-picker-country {
33 + border: 0px solid !important;
34 + padding: 0 !important;
35 + margin: 0 !important;
36 +}
32 37 li.makecommerce-picker-country .makecommerce_country_picker_methods{
33 38 margin-top: 5px;
34 39 margin-bottom: 10px;
35 40 float: left;
@@ -181,4 +186,10 @@
181 186 }
182 187 .payment_box select#MakeCommerce {
183 188 display: none;
184 189 }
190 +img.mc_loading {
191 + display: none;
192 +}
193 +div.mc-clear-both {
194 + clear: both;
195 +}