mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Fix jumping of textbox in link-dialog. This happened when the link was being checked and the too large spinner image pushed the field down
This commit is contained in:
parent
9cb464f55b
commit
724dccc131
BIN
modules/images/dialogs/loading-small.gif
Normal file
BIN
modules/images/dialogs/loading-small.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -64,9 +64,6 @@ body.rtl .wikieditor-toolbar-table-dimension-fields .wikieditor-toolbar-field-wr
|
|||
float: left;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
#wikieditor-toolbar-link-int-target-status-loading {
|
||||
line-height: 1.7em;
|
||||
}
|
||||
#wikieditor-toolbar-link-int-target-status-exists,
|
||||
#wikieditor-toolbar-link-int-target-status-notexists,
|
||||
#wikieditor-toolbar-link-int-target-status-invalid,
|
||||
|
|
|
@ -323,7 +323,7 @@ getDefaultConfig: function () {
|
|||
.append( $( '<div />' )
|
||||
.attr( 'id', 'wikieditor-toolbar-link-int-target-status-loading' )
|
||||
.append( $( '<img />' ).attr( {
|
||||
'src': $.wikiEditor.imgPath + 'dialogs/' + 'loading.gif',
|
||||
'src': $.wikiEditor.imgPath + 'dialogs/' + 'loading-small.gif',
|
||||
'alt': loadingMsg,
|
||||
'title': loadingMsg
|
||||
} ) )
|
||||
|
|
Loading…
Reference in a new issue