git-svn-id: http://xe-core.googlecode.com/svn/trunk@865 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 02:39:08 +00:00
parent 35b9bb8fd2
commit 0ec053b51b
2 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ h6 {
left:0px;
position:relative;
padding:20px 10px 10px 10px;
border:1px solid #555555;
border:8px solid #DDDDDD;
}
#fororiginalimagearea {

View file

@ -267,8 +267,8 @@ function showOriginalImage(evt) {
orig_image.src = src;
var areabg = xGetElementById("fororiginalimageareabg");
xWidth(areabg, image_width+22);
xHeight(areabg, image_height+32);
xWidth(areabg, image_width+36);
xHeight(areabg, image_height+46);
var area = xGetElementById("fororiginalimagearea");
xLeft(area, xScrollLeft());