From 0b44b252a0e7c27a909f4a8dd5f899c5190cfa83 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 15 Jul 2009 19:53:24 +0000 Subject: Updated attachment view position. It is now closer to top. --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/util.js') diff --git a/js/util.js b/js/util.js index bbcbc0bbb..f3ed918cf 100644 --- a/js/util.js +++ b/js/util.js @@ -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() { -- cgit v1.2.3-54-g00ecf