| @@ -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 | +} | |