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 +4 -2 2.0.01.1.7 View file →
@@ -9,8 +9,9 @@
9 9 ul.makecommerce-picker input.makecommerce_country_picker {
10 10 margin: 0px;
11 11 }
12 12 div.makecommerce_country_picker_methods {
13 + display: none;
13 14 margin-bottom: 10px;
14 15 margin-left: 0px;
15 16 }
16 17 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker {
@@ -31,9 +32,8 @@
31 32 li.makecommerce-picker-country {
32 33 border: 0px solid !important;
33 34 padding: 0 !important;
34 35 margin: 0 !important;
35 - list-style: none !important;
36 36 }
37 37 li.makecommerce-picker-country .makecommerce_country_picker_methods{
38 38 margin-top: 5px;
39 39 margin-bottom: 10px;
@@ -145,9 +145,9 @@
145 145 /* max-width: 367px; */
146 146 }
147 147 @media screen and (max-width: 767px){
148 148 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
149 - max-width: 50%;
149 + max-width: 61px;
150 150 width: 25%;
151 151 }
152 152 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
153 153 max-width: 92px;
@@ -159,8 +159,9 @@
159 159 }
160 160 }
161 161 @media screen and (max-width: 500px){
162 162 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
163 + max-width: 61px;
163 164 width: 33.33%;
164 165 }
165 166 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
166 167 max-width: 92px;
@@ -178,8 +179,9 @@
178 179 }
179 180 }
180 181 @media screen and (max-width: 400px){
181 182 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
183 + max-width: 61px;
182 184 width: 50%;
183 185 }
184 186 }
185 187 .payment_box select#MakeCommerce {