groups dialog: fix css
This commit is contained in:
parent
a01d445a27
commit
5a57af8dd1
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ pandora.ui.groupsDialog = function(options) {
|
|||
width: 552
|
||||
})
|
||||
.css({
|
||||
margin: '4px'
|
||||
margin: '16px 4px 4px 4px'
|
||||
})
|
||||
.appendTo($content);
|
||||
groups.forEach(renderGroup);
|
||||
|
@ -198,7 +198,7 @@ pandora.ui.groupsDialog = function(options) {
|
|||
})
|
||||
.css({
|
||||
float: 'left',
|
||||
margin: '4px 4px 4px 428px'
|
||||
margin: '4px 4px 16px 428px'
|
||||
})
|
||||
.bindEvent({
|
||||
click: addGroup
|
||||
|
|
Loading…
Reference in a new issue