diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index 382b8cca..46707592 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -44,12 +44,14 @@ pandora.ui.siteDialog = function(section) { .css(id == 'rights' ? { // this will get applied twice, // total is 144px - marginRight: '72px', - MozUserSelect: 'text', - WebkitUserSelect: 'text' + marginRight: '72px' } : { width: '100%' }) + .css({ + MozUserSelect: 'text', + WebkitUserSelect: 'text' + }) .bindEvent({ submit: function(data) { Ox.Request.clearCache('getPage');