Updated attachment view position. It is now closer to top.
This commit is contained in:
parent
75545cdc07
commit
0b44b252a0
|
@ -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() {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user