Compare commits

..

No commits in common. "e361b1c16f77918c65730d265661f15c451c2b0d" and "2034a99c7aa9fd42d523006604c5fb57ef7c0383" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -323,7 +323,7 @@
{ {
"id": "movement", "id": "movement",
"operator": "+", "operator": "+",
"title": "Social Movements", "title": "Social Movement",
"type": ["string"], "type": ["string"],
"filter": true, "filter": true,
"find": true, "find": true,

View file

@ -175,7 +175,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
position: 'absolute', position: 'absolute',
left: margin + 'px', left: margin + 'px',
top: margin + iconHeight + margin + 'px', top: margin + iconHeight + margin + 'px',
width: iconWidth + 'px', width: iconSize + 'px',
}) })
.appendTo($left); .appendTo($left);
@ -840,9 +840,6 @@ pandora.ui.documentInfoView = function(data, isMixed) {
$text.animate({ $text.animate({
left: margin + (iconSize == 256 ? 256 : iconWidth) + margin + 'px' left: margin + (iconSize == 256 ? 256 : iconWidth) + margin + 'px'
}, 250); }, 250);
$data.animate({
width: iconWidth + 'px'
}, 250);
pandora.UI.set({infoIconSize: iconSize}); pandora.UI.set({infoIconSize: iconSize});
} }