Fix toolbar placement

The selector is too weak and results in the toolbar being placed
in positions it shouldn't be! Whoopsy!

Change-Id: I63540130e4de01f9326fe110d606985fea70b644
This commit is contained in:
jrobson 2014-02-07 11:08:24 -08:00
parent c93f54e1b8
commit 684c9887cd

View file

@ -70,5 +70,5 @@ ve.init.mw.Target.prototype.setUpToolbar = function () {
this.surface.addCommands( this.constructor.static.surfaceCommands );
this.toolbar.$element
.addClass( 've-init-mw-viewPageTarget-toolbar' )
.appendTo( '.overlay-header > div' );
.appendTo( '.overlay-header > .toolbar' );
};