diff --git a/static/js/pandora/infoView.padma.js b/static/js/pandora/infoView.padma.js index c199efcc5..9de7eebe7 100644 --- a/static/js/pandora/infoView.padma.js +++ b/static/js/pandora/infoView.padma.js @@ -6,6 +6,7 @@ pandora.ui.infoView = function(data) { descriptions = [], canEdit = pandora.site.capabilities.canEditMetadata[pandora.user.level] || data.editable, css = { + display: 'inline-block', marginTop: '4px', textAlign: 'justify', MozUserSelect: 'text', @@ -185,12 +186,12 @@ pandora.ui.infoView = function(data) { type: 'textarea', value: data[key + 'description'] || '' }) + .css(css) .bindEvent({ submit: function(event) { editMetadata(key + 'description', event.value); } }) - .css(css) ).css({ 'margin-top': '8px', }) @@ -273,7 +274,7 @@ pandora.ui.infoView = function(data) { // Director, Cinematographer and Featuring --------------------------------- if (canEdit) { - $div = $('