Remove width style
This commit is contained in:
parent
5c53da2dbe
commit
785d116c60
|
@ -425,7 +425,6 @@ PublicServers.prototype.addServer = function(name, code, title, language, descri
|
||||||
tr.append($("<td/>").append($("<button/>", {
|
tr.append($("<td/>").append($("<button/>", {
|
||||||
text: "Join",
|
text: "Join",
|
||||||
css: {
|
css: {
|
||||||
"width": "100%",
|
|
||||||
"height": "30px",
|
"height": "30px",
|
||||||
"display": "block",
|
"display": "block",
|
||||||
"margin-top": "10px",
|
"margin-top": "10px",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -130,7 +130,6 @@ PublicServers.prototype.addServer = function(name, code, title, language, descri
|
||||||
tr.append($("<td/>").append($("<button/>", {
|
tr.append($("<td/>").append($("<button/>", {
|
||||||
text: "Join",
|
text: "Join",
|
||||||
css: {
|
css: {
|
||||||
"width": "100%",
|
|
||||||
"height": "30px",
|
"height": "30px",
|
||||||
"display": "block",
|
"display": "block",
|
||||||
"margin-top": "10px",
|
"margin-top": "10px",
|
||||||
|
|
Loading…
Reference in New Issue