Improved styling of podcast subscribe dialog

This commit is contained in:
Albert Santoni 2015-11-10 15:10:08 -05:00
parent f4e9328e57
commit 127eeda0b3
3 changed files with 21 additions and 8 deletions

View file

@ -487,8 +487,8 @@ var AIRTIME = (function (AIRTIME) {
title: $.i18n._("Add New Podcast"),
resizable: false,
modal: true,
width: 'auto',
height: 'auto'
width: '450px',
height: 129
});
});
};