Updated attachment view position. It is now closer to top.

This commit is contained in:
Sarven Capadisli 2009-07-15 19:53:24 +00:00
parent 75545cdc07
commit 0b44b252a0
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ function NoticeAttachments() {
},
timeout : 0,
autoHide : true,
css : {'max-width':'542px', 'top':'22.5%', 'left':'32.5%'}
css : {'max-width':'542px', 'top':'5%', 'left':'32.5%'}
};
$('#content .notice a.attachment').click(function() {

View File

@ -1028,7 +1028,7 @@ border-radius:7px;
-webkit-border-radius:7px;
}
#jOverlayLoading {
top:22.5%;
top:5%;
left:40%;
}
#attachment_view img {