Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

This commit is contained in:
Evan Prodromou 2009-07-15 16:03:38 -04:00
commit 412c5d23de
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ function NoticeAttachments() {
}, },
timeout : 0, timeout : 0,
autoHide : true, 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() { $('#content .notice a.attachment').click(function() {

View File

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