Updated jOverlay version and set max-width for images

This commit is contained in:
Sarven Capadisli
2009-06-30 03:05:45 +00:00
parent 357f3784b5
commit ccfe0e018d
3 changed files with 9 additions and 4 deletions

View File

@@ -279,7 +279,9 @@ function NoticeAttachments() {
$('#jOverlayContent').append('<button>&#215;</button>');
$('#jOverlayContent button').click($.closeOverlay);
},
timeout : 0
timeout : 0,
autoHide : true,
css : {'max-width':'502px'}
};
$('#content .notice a.attachment').click(function() {