משתמש:Neriah/common.js: הבדלים בין גרסאות בדף

קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
שורה 68: שורה 68:
var buttonDiv = document.createElement("div");
var buttonDiv = document.createElement("div");
buttonDiv.className = "mw-parser-output";
buttonDiv.className = "mw-parser-output";
buttonDiv.style.display = "inline-block";
buttonDiv.style.position = "absolute";
buttonDiv.style.left = "10px";
buttonDiv.style.top = "50%";
buttonDiv.style.transform = "translate(0, -50%)";
buttonDiv.appendChild(buttonSpan);
buttonDiv.appendChild(buttonSpan);