Cards: Delete action

This commit is contained in:
2015-06-16 07:31:00 +02:00
parent 81910ebe0a
commit 6bf48bf2ed
3 changed files with 96 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
font-weight: bold;
text-align: center;
padding-bottom: 5px;
padding-right: 44px
}
.divCard .divOverlay{
@@ -23,3 +24,24 @@
left: 0;
right: 0;
}
.divCard .btnEdit,
.divCard .btnDelete{
position:absolute;
border:solid 1px black;
width:16px;
top: 4px;
color: black;
background-color: transparent;
}
.divCard .btnEdit:hover,
.divCard .btnDelete:hover{
color: yellow;
background-color: black;
}
.divCard .btnEdit{
right: 24px;
}
.divCard .btnDelete {
right: 4px
}