PluginProbe
MakeCommerce for WooCommerce / 2.6.0
MakeCommerce for WooCommerce v2.6.0
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 +22 -4 1.0.22.6.0 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 {
@@ -28,8 +27,14 @@
28 27 height: 0px;
29 28 margin-bottom: 25px;
30 29 display: none;
31 30 }
31 +li.makecommerce-picker-country {
32 + border: 0px solid !important;
33 + padding: 0 !important;
34 + margin: 0 !important;
35 + list-style: none !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;
@@ -113,8 +118,17 @@
113 118 }
114 119 div.mc-processing-message {
115 120 display: none;
116 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;
117 131 }
118 132 div.mc-processing-message img {
119 133 width: 16px;
120 134 }
@@ -140,9 +154,9 @@
140 154 /* max-width: 367px; */
141 155 }
142 156 @media screen and (max-width: 767px){
143 157 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
144 - max-width: 61px;
158 + max-width: 50%;
145 159 width: 25%;
146 160 }
147 161 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
148 162 max-width: 92px;
@@ -154,9 +168,8 @@
154 168 }
155 169 }
156 170 @media screen and (max-width: 500px){
157 171 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
158 - max-width: 61px;
159 172 width: 33.33%;
160 173 }
161 174 div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{
162 175 max-width: 92px;
@@ -174,11 +187,16 @@
174 187 }
175 188 }
176 189 @media screen and (max-width: 400px){
177 190 div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{
178 - max-width: 61px;
179 191 width: 50%;
180 192 }
181 193 }
182 194 .payment_box select#MakeCommerce {
183 195 display: none;
196 +}
197 +img.mc_loading {
198 + display: none;
199 +}
200 +div.mc-clear-both {
201 + clear: both;
184 202 }