item deletion: use js to delete items. so we don't have to reload the page

This commit is contained in:
rabuzarus
2016-05-11 16:04:11 +02:00
parent 1f994aa17a
commit b13eb01d3c
7 changed files with 74 additions and 8 deletions
+16
View File
@@ -84,6 +84,22 @@ iframe, img {
line-height: 1.5;
}
a#item-delete-selected {
cursor: pointer;
color: white;
position: fixed;
z-index: 49;
right: 20px;
top: 100px;
opacity: 0.8;
font-size: 2.9em;
padding: 0 12px 0 12px;
border-radius: 10px;
background-color: $link_color;
line-height: 1.5;
display: none;
}
/*
* Overwriting and Extend Bootstrap
*/