fixing button margins

This commit is contained in:
Jonas Weinz 2019-03-29 13:20:21 +01:00
parent afecfff6b1
commit ae0bcce5ad

View File

@ -90,6 +90,12 @@ class Infocontainer
b1.style.width = "80%";
b2.style.width = "20%";
b2.style.marginLeft = "2%";
b1.style.marginTop = "1%";
b2.style.marginTop = "1%";
b1.style.marginBottom = "1%";
b2.style.marginBottom = "1%";
b1.innerHTML = "<span>" + text + "</span>"
b2.appendChild(document.createTextNode(option));