Skip to content

Commit

Permalink
Overwrite text align of dialog with 'left'. Otherwise the dialog look…
Browse files Browse the repository at this point in the history
…s strange because it inherits 'right' text align from footer.
  • Loading branch information
tdtappe committed Oct 17, 2018
1 parent f6716b6 commit e02224f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/dialog.js
Expand Up @@ -45,6 +45,7 @@ translation.post = function(link,lang,onSuccess) {
// instantiate the Dialog
translation.createDialog = function() {
var d = $("l10n-dialog");
d.style.textAlign = 'left';
var l = this.Cookie.get("l10n-locale");
if(l==null) l=this.detectedLocale;

Expand Down

0 comments on commit e02224f

Please sign in to comment.