forked from leftypol/leftypol
Fix for update to comment toolbar (should work now)
This commit is contained in:
parent
1b0f5fd24c
commit
1663efcf9d
3 changed files with 351 additions and 216 deletions
|
@ -17,7 +17,7 @@ var textarea = $("<textarea></textarea>").css({
|
|||
"font-size": 12,
|
||||
position: "absolute",
|
||||
top: 35, bottom: 35,
|
||||
width: "calc(100% - 12px)", margin: 0, padding: 0, border: "1px solid black",
|
||||
width: "calc(100% - 20px)", margin: 0, padding: "4px", border: "1px solid black",
|
||||
left: 5, right: 5
|
||||
}).appendTo(tab.content);
|
||||
var submit = $("<input type='button' value='"+_("Update custom Javascript")+"'>").css({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue