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 +10 -1 2.0.02.6.0 View file →
@@ -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 }
@@ -189,5 +198,5 @@
189 198 display: none;
190 199 }
191 200 div.mc-clear-both {
192 201 clear: both;
193 -}
202 +}