Merge changes If3d01346,I4e5317f1

* changes:
  Fix incorrectly written CSS that was affecting all table cells on the page instead of cells in mwMetaDialog only
  Fix for rendering block images
This commit is contained in:
jenkins-bot 2013-06-21 21:00:33 +00:00 committed by Gerrit Code Review
commit 5cfd21754a
2 changed files with 3 additions and 1 deletions

View file

@ -64,6 +64,7 @@ ve.ce.MWBlockImageNode = function VeCeMWBlockImageNode( model, config ) {
)
.addClass( 'thumb' );
this.$a.appendTo( this.$thumbInner );
this.$thumbInner.appendTo( this.$thumb );
}
this.$resizable = this.$image;

View file

@ -211,7 +211,8 @@
text-align: left;
}
.ve-ui-mwMetaDialog-languages-table th, td {
.ve-ui-mwMetaDialog-languages-table th,
.ve-ui-mwMetaDialog-languages-table td {
padding: 0.75em 1em;
border-bottom: solid 1px white;
}