Index: trunk/extensions/WikiEditor/modules/images/dialogs/loading-small.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Property changes on: trunk/extensions/WikiEditor/modules/images/dialogs/loading-small.gif |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/gif |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.js |
— | — | @@ -323,7 +323,7 @@ |
324 | 324 | .append( $( '<div />' ) |
325 | 325 | .attr( 'id', 'wikieditor-toolbar-link-int-target-status-loading' ) |
326 | 326 | .append( $( '<img />' ).attr( { |
327 | | - 'src': $.wikiEditor.imgPath + 'dialogs/' + 'loading.gif', |
| 327 | + 'src': $.wikiEditor.imgPath + 'dialogs/' + 'loading-small.gif', |
328 | 328 | 'alt': loadingMsg, |
329 | 329 | 'title': loadingMsg |
330 | 330 | } ) ) |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.css |
— | — | @@ -64,9 +64,6 @@ |
65 | 65 | float: left; |
66 | 66 | line-height: 1.7em; |
67 | 67 | } |
68 | | -#wikieditor-toolbar-link-int-target-status-loading { |
69 | | - line-height: 1.7em; |
70 | | -} |
71 | 68 | #wikieditor-toolbar-link-int-target-status-exists, |
72 | 69 | #wikieditor-toolbar-link-int-target-status-notexists, |
73 | 70 | #wikieditor-toolbar-link-int-target-status-invalid, |