Index: trunk/extensions/UploadWizard/resources/images/24px-spinner-0645ad-f5f5f5.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/images/24px-spinner-0645ad-f5f5f5.gif |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/uploadWizard.css |
— | — | @@ -166,9 +166,13 @@ |
167 | 167 | color: #797979; |
168 | 168 | } |
169 | 169 | |
170 | | -.mwe-upwiz-progress-bar-etr-container { |
171 | | - /* needed ? */ |
| 170 | +.mwe-upwiz-progress-bar { |
| 171 | + border: 1px solid #aed0ea; |
172 | 172 | } |
| 173 | + |
| 174 | +.mwe-upwiz-progress-bar .ui-progressbar-value { |
| 175 | + background: #dfeffa; /* matches the highlighted arrow */ |
| 176 | +} |
173 | 177 | |
174 | 178 | .mwe-upwiz-file-preview { |
175 | 179 | float: left; |
— | — | @@ -293,6 +297,9 @@ |
294 | 298 | background: url('images/24px-spinner-0645ad-e0f0ff.gif') no-repeat center center; |
295 | 299 | } |
296 | 300 | |
| 301 | +.mwe-upwiz-file.odd .mwe-upwiz-status-progress { |
| 302 | + background: url('images/24px-spinner-0645ad-f5f5f5.gif') no-repeat center center; |
| 303 | +} |
297 | 304 | .mwe-upwiz-status-stashed, .mwe-upwiz-status-uploaded { |
298 | 305 | background: url('images/32px-Dialog-apply-009900.svg.png') no-repeat center center; |
299 | 306 | } |