forked from 0x2620/pandora
fix pad.ma info page css
This commit is contained in:
parent
a579b2fde0
commit
0b9ddbbc55
1 changed files with 14 additions and 12 deletions
|
@ -360,8 +360,8 @@ pandora.ui.infoView = function(data) {
|
||||||
value: data.summary || ''
|
value: data.summary || ''
|
||||||
})
|
})
|
||||||
.css(css)
|
.css(css)
|
||||||
// this gets duplicated in the editable, result is 4px
|
// this gets duplicated in the editable, result is 16px
|
||||||
.css({marginTop: '2px'})
|
.css({marginTop: '8px'})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
submit: function(event) {
|
submit: function(event) {
|
||||||
editMetadata('summary', event.value);
|
editMetadata('summary', event.value);
|
||||||
|
@ -386,6 +386,8 @@ pandora.ui.infoView = function(data) {
|
||||||
tooltip: 'Doubleclick to edit',
|
tooltip: 'Doubleclick to edit',
|
||||||
value: (data.license || []).join(', ')
|
value: (data.license || []).join(', ')
|
||||||
})
|
})
|
||||||
|
// this gets duplicated in the editable, result is 16px
|
||||||
|
.css({marginTop: '8px'})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
submit: function(event) {
|
submit: function(event) {
|
||||||
editMetadata('license', event.value);
|
editMetadata('license', event.value);
|
||||||
|
|
Loading…
Reference in a new issue