Make edit route work and add options dropdown

This commit is contained in:
perryharlock
2013-11-27 16:21:18 +00:00
parent b95238645a
commit 963ab33cce
7 changed files with 64 additions and 38 deletions

View File

@@ -87,14 +87,10 @@
margin-bottom:0;
}
}
.delete-button {
.options-button {
position:absolute;
top:5px;
right:20px;
color:@brand-danger;
}
.delete-button:hover {
color:lighten(@brand-danger, 8%);
}
.footer a, .breadcrumb a {
text-decoration:underline;
@@ -188,10 +184,10 @@
transition: background 0.5s;
-webkit-transition: background 0.5s;
}
.delete-button {
.options-button {
display:none;
}
&:hover .delete-button {
&:hover .options-button {
display:block;
}
.task-card-link:hover,
@@ -211,6 +207,9 @@
text-align:center;
color:@badge-color;
}
.dropdown-menu {
top:25px;
}
}