add/delete buttons

This commit is contained in:
Roland Gruber 2010-10-10 17:31:45 +00:00
parent a61cd561fb
commit c4453445cc
1 changed files with 8 additions and 0 deletions

View File

@ -131,6 +131,14 @@ tr.highlight {
background-image: url(../graphics/loadProfile.png) !important;
}
.deleteButton {
background-image: url(../graphics/del.png) !important;
}
.createButton {
background-image: url(../graphics/add.png) !important;
}
.smallPadding span {
padding: 0.1em 0.4em !important;
}