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 +5 -12 2.1.31.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;
@@ -118,17 +118,8 @@
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;
131 122 }
132 123 div.mc-processing-message img {
133 124 width: 16px;
134 125 }
@@ -154,9 +145,9 @@
154 145 /* max-width: 367px; */
155 146 }
156 147 @media screen and (max-width: 767px){
157 148 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
158 - max-width: 50%;
149 + max-width: 61px;
159 150 width: 25%;
160 151 }
161 152 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
162 153 max-width: 92px;
@@ -168,8 +159,9 @@
168 159 }
169 160 }
170 161 @media screen and (max-width: 500px){
171 162 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
163 + max-width: 61px;
172 164 width: 33.33%;
173 165 }
174 166 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
175 167 max-width: 92px;
@@ -187,8 +179,9 @@
187 179 }
188 180 }
189 181 @media screen and (max-width: 400px){
190 182 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
183 + max-width: 61px;
191 184 width: 50%;
192 185 }
193 186 }
194 187 .payment_box select#MakeCommerce {
@@ -198,5 +191,5 @@
198 191 display: none;
199 192 }
200 193 div.mc-clear-both {
201 194 clear: both;
202 -}
195 +}