diff options
| -rw-r--r-- | skins/stone/global.js | 2 | ||||
| -rw-r--r-- | skins/stone_flat/global.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/stone/global.js b/skins/stone/global.js index d06dd58..093523e 100644 --- a/skins/stone/global.js +++ b/skins/stone/global.js @@ -27,7 +27,7 @@ function popupwindow(url,width,height,reloadonclose){ document.getElementById("hilfsframe").style.width=width+"px"; document.getElementById("hilfsframe").style.height=height+"px"; - document.getElementById("hilfsframe").style.left="150px"; + document.getElementById("hilfsframe").style.left="160px"; document.getElementById("hilfsframe").style.top=scrPos[1]+30+"px"; document.getElementById("cframe").src=url; document.getElementById("hilfsframe").style.display = ""; diff --git a/skins/stone_flat/global.js b/skins/stone_flat/global.js index 4962a43..74706ca 100644 --- a/skins/stone_flat/global.js +++ b/skins/stone_flat/global.js @@ -27,7 +27,7 @@ function popupwindow(url,width,height,reloadonclose){ document.getElementById("hilfsframe").style.width=width+"px"; document.getElementById("hilfsframe").style.height=height+"px"; - document.getElementById("hilfsframe").style.left="150px"; + document.getElementById("hilfsframe").style.left="160px"; document.getElementById("hilfsframe").style.top=scrPos[1]+30+"px"; document.getElementById("cframe").src=url; document.getElementById("hilfsframe").style.display = ""; |
