Added titles to input fields and changed x/y value in portrait script.

This commit is contained in:
phil 2013-07-16 21:39:22 +02:00
parent a9ca608957
commit 0d5d03216a
9 changed files with 363 additions and 363 deletions

View file

@ -165,7 +165,7 @@ function Heroic(Hero) {
var sheet = document.querySelector("div.sheet");
if (sheet) {
sheet.style["backgroundImage"] = "url("+url+")";
sheet.style["backgroundPosition"] = y+"px "+x+"px";
sheet.style["backgroundPosition"] = x+"px "+y+"px";
sheet.style["backgroundSize"] = size == "auto" ? "auto" : size+"px";
}
}