make site pages selectable

This commit is contained in:
j 2012-02-20 07:07:33 +00:00
parent 5e74f7423b
commit 4790dd293d

View file

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