Add "save" icon and grid column style.

This commit is contained in:
Lance Edgar 2015-03-10 12:45:44 -05:00
parent d960738578
commit 666b553255
2 changed files with 5 additions and 0 deletions

View file

@ -130,6 +130,7 @@ div.grid table tbody tr td.checkbox {
div.grid table tbody tr td.view,
div.grid table tbody tr td.edit,
div.grid table tbody tr td.save,
div.grid table tbody tr td.delete {
background-repeat: no-repeat;
background-position: center;
@ -147,6 +148,10 @@ div.grid table tbody tr td.edit {
background-image: url(../img/edit.png);
}
div.grid table tbody tr td.save {
background-image: url(../img/save.png);
}
div.grid table tbody tr td.delete {
background-image: url(../img/delete.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B