make site pages selectable

This commit is contained in:
j 2012-02-20 07:07:33 +00:00
parent 5e74f7423b
commit 4790dd293d
1 changed files with 5 additions and 3 deletions

View File

@ -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');