fix content script layout

This commit is contained in:
Will Bamberg
2015-09-14 17:30:02 -07:00
parent 2ab646b725
commit f912a74e00
+4
View File
@@ -19,9 +19,13 @@ var callConfirmButton = makeButton(
callConfirm);
contentScriptControls.appendChild(title);
contentScriptControls.appendChild(document.createElement("br"));
contentScriptControls.appendChild(highlightParaButton);
contentScriptControls.appendChild(document.createElement("br"));
contentScriptControls.appendChild(showFooButton);
contentScriptControls.appendChild(document.createElement("br"));
contentScriptControls.appendChild(callConfirmButton);
contentScriptControls.appendChild(document.createElement("br"));
function makeButton(buttonId, buttonValue, buttonCommand) {
var button = document.createElement("input");