add/delete buttons
This commit is contained in:
parent
a61cd561fb
commit
c4453445cc
|
@ -131,6 +131,14 @@ tr.highlight {
|
||||||
background-image: url(../graphics/loadProfile.png) !important;
|
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 {
|
.smallPadding span {
|
||||||
padding: 0.1em 0.4em !important;
|
padding: 0.1em 0.4em !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue