Fix badly aligned piggy animation in upload dialog.

Change-Id: I69e9432a90382a2ece9c5f77c089de7f7c9ea492
This commit is contained in:
Aaron Boodman 2014-11-04 16:45:24 -08:00
parent ac67a8d479
commit 0ba58ae829
1 changed files with 1 additions and 1 deletions

View File

@ -735,10 +735,10 @@ cam.IndexPage = React.createClass({
{
className: 'cam-index-upload-dialog',
style: {
'line-height': h - borderWidth * 2,
'text-align': 'center',
position: 'relative',
left: -piggyWidth / 2,
top: (h - piggyHeight - borderWidth * 2) / 2,
},
},
getIcon.call(this),