Compare commits
2 commits
2034a99c7a
...
e361b1c16f
| Author | SHA1 | Date | |
|---|---|---|---|
| e361b1c16f | |||
| 98e7402248 |
2 changed files with 5 additions and 2 deletions
|
|
@ -323,7 +323,7 @@
|
||||||
{
|
{
|
||||||
"id": "movement",
|
"id": "movement",
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
"title": "Social Movement",
|
"title": "Social Movements",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
|
|
|
||||||
|
|
@ -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: iconSize + 'px',
|
width: iconWidth + 'px',
|
||||||
})
|
})
|
||||||
.appendTo($left);
|
.appendTo($left);
|
||||||
|
|
||||||
|
|
@ -840,6 +840,9 @@ 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});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue