PluginProbe
MakeCommerce for WooCommerce / 2.6.2
MakeCommerce for WooCommerce v2.6.2
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 +12 -5 1.1.72.6.2 View file →
@@ -9,9 +9,8 @@
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;
14 13 margin-bottom: 10px;
15 14 margin-left: 0px;
16 15 }
17 16 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker {
@@ -32,8 +31,9 @@
32 31 li.makecommerce-picker-country {
33 32 border: 0px solid !important;
34 33 padding: 0 !important;
35 34 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;
@@ -118,8 +118,17 @@
118 118 }
119 119 div.mc-processing-message {
120 120 display: none;
121 121 margin-top: 8px;
122 + position: absolute;
123 + left: 0;
124 + top: 0;
125 + width: 100%;
126 + height: 100px;
127 + padding: 40px;
128 + z-index: 11000;
129 + text-align: center;
130 + background-color: #ececec;
122 131 }
123 132 div.mc-processing-message img {
124 133 width: 16px;
125 134 }
@@ -145,9 +154,9 @@
145 154 /* max-width: 367px; */
146 155 }
147 156 @media screen and (max-width: 767px){
148 157 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
149 - max-width: 61px;
158 + max-width: 50%;
150 159 width: 25%;
151 160 }
152 161 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
153 162 max-width: 92px;
@@ -159,9 +168,8 @@
159 168 }
160 169 }
161 170 @media screen and (max-width: 500px){
162 171 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
163 - max-width: 61px;
164 172 width: 33.33%;
165 173 }
166 174 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
167 175 max-width: 92px;
@@ -179,9 +187,8 @@
179 187 }
180 188 }
181 189 @media screen and (max-width: 400px){
182 190 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
183 - max-width: 61px;
184 191 width: 50%;
185 192 }
186 193 }
187 194 .payment_box select#MakeCommerce {
@@ -191,5 +198,5 @@
191 198 display: none;
192 199 }
193 200 div.mc-clear-both {
194 201 clear: both;
195 -}
202 +}