change the add and remove style for glyphs in settings

This commit is contained in:
Stephen Birarda 2014-10-08 16:56:41 -07:00
parent 01e6acda39
commit 1fa0d8df72
2 changed files with 2 additions and 2 deletions

View file

@ -82,5 +82,5 @@ td.buttons {
td.buttons .glyphicon {
display: block;
text-align: center;
font-size: 16px;
font-size: 12px;
}

View file

@ -299,7 +299,7 @@ function makeTableInputs(setting) {
</td>"
})
html += "<td class='buttons'><span class='glyphicon glyphicon-ok add-row'></span></td>"
html += "<td class='buttons'><span class='glyphicon glyphicon-plus add-row'></span></td>"
html += "</tr>"
return html