From 6fb623d8b0013cccaa20306456e652cff820b441 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 3 Feb 2008 09:05:06 +0000 Subject: * Release XXV-1.1 --- skins/stone/global.js | 2 +- 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 = ""; -- cgit v1.2.3