diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-15 19:53:24 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-15 19:53:24 +0000 |
commit | 0b44b252a0e7c27a909f4a8dd5f899c5190cfa83 (patch) | |
tree | ae28f500739b5310a9e820ed6673bfd4e021ab0d /js/util.js | |
parent | 75545cdc07db0e12a351ed0f519675626dd2e7bd (diff) |
Updated attachment view position. It is now closer to top.
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |