forked from 0x2620/pandora
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
|
width: 552
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
margin: '4px'
|
margin: '16px 4px 4px 4px'
|
||||||
})
|
})
|
||||||
.appendTo($content);
|
.appendTo($content);
|
||||||
groups.forEach(renderGroup);
|
groups.forEach(renderGroup);
|
||||||
|
@ -198,7 +198,7 @@ pandora.ui.groupsDialog = function(options) {
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
float: 'left',
|
float: 'left',
|
||||||
margin: '4px 4px 4px 428px'
|
margin: '4px 4px 16px 428px'
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
click: addGroup
|
click: addGroup
|
||||||
|
|
Loading…
Reference in a new issue