forked from 0x2620/pandora
fix pad.ma info page css
This commit is contained in:
parent
530454719b
commit
778d28f1f2
1 changed files with 4 additions and 0 deletions
|
@ -399,6 +399,10 @@ pandora.ui.infoView = function(data) {
|
|||
);
|
||||
}
|
||||
|
||||
// Space -------------------------------------------------------------------
|
||||
|
||||
$div = $('<div>').css(css).css({height: '16px'}).appendTo($center);
|
||||
|
||||
// Duration, Aspect Ratio --------------------------------------------------
|
||||
|
||||
['duration', 'aspectratio'].forEach(function(key) {
|
||||
|
|
Loading…
Reference in a new issue