.actions li {
  position: static;
}

.actions a {
  background-color: #444;
  background-position: center;
  border: 1px solid #700070;
  color: #CCC;
  display: block;
  height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: .182em;
  text-indent: -909em;
  top: 0;
  width: 12px;
}

.actions a:hover {
  border: 1px solid #FFF;
}

.actions a.delete {
  background-image: url(../img/buttons/delete.png);
  background-repeat: no-repeat;
}

/* CLEAN */

button.delete {
  background-color: #500050;
  background-position: center;
  border: 1px solid #700070;
  color: #CCC;
  display: block;
  height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -909em;
  width: 12px;
}

button.delete:hover {
  background-color: #700070;
  border: 1px solid #FFF;
}

button.delete {
  background-image: url(../img/buttons/delete.png);
  background-repeat: no-repeat;
}