diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-02-03 09:05:06 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-02-03 09:05:06 +0000 |
| commit | 6fb623d8b0013cccaa20306456e652cff820b441 (patch) | |
| tree | 0f43443a4ac382ba85f6a68c9f8d009414e2816d | |
| parent | cdeb075d10fd55293b5608bd6b418046745b6347 (diff) | |
| download | xxv-6fb623d8b0013cccaa20306456e652cff820b441.tar.gz xxv-6fb623d8b0013cccaa20306456e652cff820b441.tar.bz2 | |
* Release XXV-1.1
| -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 = ""; |
