forked from 0x2620/pandora
update entities dialog
This commit is contained in:
parent
6fc0ce4d87
commit
5e1985478c
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
},
|
||||
select: function(data) {
|
||||
var text = Ox.formatCount(
|
||||
data.ids,
|
||||
data.ids.length,
|
||||
Ox._('entity'),
|
||||
Ox._('entities')
|
||||
) + ' ' + Ox._('selected');
|
||||
|
@ -343,7 +343,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
width: 240 - Ox.SCROLLBAR_SIZE
|
||||
})
|
||||
.css({
|
||||
margin: index == 0 ? '4px' : '16px 4px 4px 4px'
|
||||
margin: (index == 0 ? 4 : 16) + 'px 4px 8px 4px'
|
||||
})
|
||||
.appendTo($form),
|
||||
$input;
|
||||
|
|
Loading…
Reference in a new issue