Updated max-width values for attachment view

This commit is contained in:
Sarven Capadisli 2009-07-09 17:01:45 +00:00
parent 03200235b1
commit be0b149517
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':'502px', 'top':'22.5%', 'left':'32.5%'} css : {'max-width':'542px', 'top':'22.5%', 'left':'32.5%'}
}; };
$('#content .notice a.attachment').click(function() { $('#content .notice a.attachment').click(function() {

View File

@ -1020,7 +1020,7 @@ font-weight:bold;
padding:0; padding:0;
} }
#jOverlayContent h1 { #jOverlayContent h1 {
max-width:475px; max-width:425px;
} }
#jOverlayContent #content { #jOverlayContent #content {
border-radius:7px; border-radius:7px;